Home
last modified time | relevance | path

Searched refs:num_vf_change (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c126 mlx5_device_disable_sriov(struct mlx5_core_dev *dev, int num_vfs, bool clear_vf, bool num_vf_change) in mlx5_device_disable_sriov() argument
161 if (num_vf_change) { in mlx5_device_disable_sriov()
201 void mlx5_sriov_disable(struct pci_dev *pdev, bool num_vf_change) in mlx5_sriov_disable() argument
209 mlx5_device_disable_sriov(dev, num_vfs, true, num_vf_change); in mlx5_sriov_disable()
Dmlx5_core.h204 void mlx5_sriov_disable(struct pci_dev *pdev, bool num_vf_change);