Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
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()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-pci469 implements ->sriov_set_msix_vec_count().
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c2234 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count,
/Linux-v6.6/include/linux/
Dpci.h928 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */ member