Searched refs:sriov_set_msix_vec_count (Results 1 – 4 of 4) sorted by relevance
195 if (!pdev->driver || !pdev->driver->sriov_set_msix_vec_count) { in sriov_vf_msix_count_store()211 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()
1832 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count,
459 implements ->sriov_set_msix_vec_count().
896 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */ member
Completed in 24 milliseconds