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