Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Diov.c237 if (!pdev->driver || !pdev->driver->sriov_set_msix_vec_count) { in sriov_vf_msix_count_store()
253 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci480 implements ->sriov_set_msix_vec_count().
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2247 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count,
/openbmc/linux/include/linux/
H A Dpci.h928 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */ member