Searched refs:mlx5_eswitch_enable_sriov (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 195 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode); 315 static inline int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode) { return… in mlx5_eswitch_enable_sriov() function
|
D | sriov.c | 94 err = mlx5_eswitch_enable_sriov(dev->priv.eswitch, num_vfs, SRIOV_LEGACY); in mlx5_device_enable_sriov()
|
D | eswitch_offloads.c | 825 err = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_OFFLOADS); in esw_offloads_start() 828 err1 = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_LEGACY); in esw_offloads_start() 983 err = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_LEGACY); in esw_offloads_stop() 986 err1 = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_OFFLOADS); in esw_offloads_stop()
|
D | eswitch.c | 1600 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode) in mlx5_eswitch_enable_sriov() function
|