__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
* Copyright (c) 2021 Mellanox Technologies Ltd.
*/
#ifndef _MLX5_MPFS_
#define _MLX5_MPFS_
struct mlx5_core_dev;
#ifdef CONFIG_MLX5_MPFS
int mlx5_mpfs_add_mac(struct mlx5_core_dev *dev, u8 *mac);
int mlx5_mpfs_del_mac(struct mlx5_core_dev *dev, u8 *mac);
#else /* #ifndef CONFIG_MLX5_MPFS */
static inline int mlx5_mpfs_add_mac(struct mlx5_core_dev *dev, u8 *mac) { return 0; }
static inline int mlx5_mpfs_del_mac(struct mlx5_core_dev *dev, u8 *mac) { return 0; }
#endif
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cq.h | File | 5.81 KB | 0644 |
|
| device.h | File | 38.48 KB | 0644 |
|
| doorbell.h | File | 2.22 KB | 0644 |
|
| driver.h | File | 36.17 KB | 0644 |
|
| eq.h | File | 1.72 KB | 0644 |
|
| eswitch.h | File | 6.9 KB | 0644 |
|
| fs.h | File | 9.83 KB | 0644 |
|
| fs_helpers.h | File | 2.91 KB | 0644 |
|
| macsec.h | File | 1.06 KB | 0644 |
|
| mlx5_ifc.h | File | 311.09 KB | 0644 |
|
| mlx5_ifc_fpga.h | File | 8.86 KB | 0644 |
|
| mlx5_ifc_vdpa.h | File | 5.61 KB | 0644 |
|
| mpfs.h | File | 540 B | 0644 |
|
| port.h | File | 8.05 KB | 0644 |
|
| qp.h | File | 12.57 KB | 0644 |
|
| rsc_dump.h | File | 1.26 KB | 0644 |
|
| transobj.h | File | 3.48 KB | 0644 |
|
| vport.h | File | 5.66 KB | 0644 |
|