Home
last modified time | relevance | path

Searched refs:clear_vf (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c121 mlx5_device_disable_sriov(struct mlx5_core_dev *dev, int num_vfs, bool clear_vf) in mlx5_device_disable_sriov() argument
139 mlx5_eswitch_disable(dev->priv.eswitch, clear_vf); in mlx5_device_disable_sriov()
Deswitch.h346 void mlx5_eswitch_disable_locked(struct mlx5_eswitch *esw, bool clear_vf);
347 void mlx5_eswitch_disable(struct mlx5_eswitch *esw, bool clear_vf);
732 static inline void mlx5_eswitch_disable(struct mlx5_eswitch *esw, bool clear_vf) {} in mlx5_eswitch_disable() argument
Deswitch.c1349 void mlx5_eswitch_disable_locked(struct mlx5_eswitch *esw, bool clear_vf) in mlx5_eswitch_disable_locked() argument
1383 if (clear_vf) in mlx5_eswitch_disable_locked()
1387 void mlx5_eswitch_disable(struct mlx5_eswitch *esw, bool clear_vf) in mlx5_eswitch_disable() argument
1394 mlx5_eswitch_disable_locked(esw, clear_vf); in mlx5_eswitch_disable()