Home
last modified time | relevance | path

Searched refs:msix_vec_count (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c930 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) in ice_sriov_set_msix_vec_count() argument
942 if (!msix_vec_count) in ice_sriov_set_msix_vec_count()
945 queues = msix_vec_count; in ice_sriov_set_msix_vec_count()
947 msix_vec_count += 1; in ice_sriov_set_msix_vec_count()
953 if (msix_vec_count < ICE_MIN_INTR_PER_VF) in ice_sriov_set_msix_vec_count()
967 if (msix_vec_count == vf->num_msix) { in ice_sriov_set_msix_vec_count()
981 vf->num_msix = msix_vec_count; in ice_sriov_set_msix_vec_count()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_irq.h27 int msix_vec_count);
H A Dmlx5_core.h245 int mlx5_core_sriov_set_msix_vec_count(struct pci_dev *vf, int msix_vec_count);
/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.c693 if (vec > (AMD_DB_CNT - 1) || (ndev->msix_vec_count == 1)) in ndev_interrupt()
768 ndev->msix_vec_count = msix_max; in ndev_init_isr()
795 ndev->msix_vec_count = 1; in ndev_init_isr()
812 ndev->msix_vec_count = 1; in ndev_init_isr()
832 i = ndev->msix_vec_count; in ndev_deinit_isr()
899 "MSIX Vector Count -\t%u\n", ndev->msix_vec_count); in ndev_debugfs_read()
H A Dntb_hw_amd.h193 unsigned char msix_vec_count; member
/linux/include/linux/
H A Dpci.h1038 int (*sriov_set_msix_vec_count)(struct pci_dev *vf, int msix_vec_count); /* On PF */