Home
last modified time | relevance | path

Searched refs:mlx5_eswitch_enable_sriov (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h195 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
Dsriov.c94 err = mlx5_eswitch_enable_sriov(dev->priv.eswitch, num_vfs, SRIOV_LEGACY); in mlx5_device_enable_sriov()
Deswitch_offloads.c825 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()
Deswitch.c1600 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode) in mlx5_eswitch_enable_sriov() function