Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/
Diov.c196 if (!pdev->driver || !pdev->driver->sriov_set_msix_vec_count) { in sriov_vf_msix_count_store()
212 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1795 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count,
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-pci426 implements ->sriov_set_msix_vec_count().
/Linux-v5.15/include/linux/
Dpci.h894 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */ member