Searched refs:sriov_set_msix_vec_count (Results 1 – 4 of 4) sorted by relevance
237 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()
469 implements ->sriov_set_msix_vec_count().
2234 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count,
928 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */ member