Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Diov.c263 if (!pdev->driver || !pdev->driver->sriov_set_msix_vec_count) { in sriov_vf_msix_count_store()
279 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2287 .sriov_set_msix_vec_count = mlx5_core_sriov_set_msix_vec_count, in mlx5_vf_get_core_dev()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci480 implements ->sriov_set_msix_vec_count().
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c5848 .sriov_set_msix_vec_count = ice_sriov_set_msix_vec_count,