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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dsriov.c126 mlx5_device_disable_sriov(struct mlx5_core_dev *dev, int num_vfs, bool clear_vf, bool num_vf_change) argument
150 mlx5_eswitch_disable_sriov(dev->priv.eswitch, clear_vf);
H A Deswitch.h411 void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw, bool clear_vf);
895 static inline void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw, bool clear_vf) {} argument
H A Deswitch.c1563 void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw, bool clear_vf) argument
1572 if (!esw->esw_funcs.num_vfs && !esw->esw_funcs.num_ec_vfs && !clear_vf)
1581 if (clear_vf)
1585 if (clear_vf)

Completed in 178 milliseconds