Home
last modified time | relevance | path

Searched refs:max_msix_vectors (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h75 u32 max_msix_vectors; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h72 u32 max_msix_vectors; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c159 mac->max_msix_vectors = fm10k_get_pcie_msix_count_generic(hw); in fm10k_get_invariants_generic()
H A Dfm10k_type.h545 u16 max_msix_vectors; member
H A Dfm10k_main.c1827 * hw.mac->max_msix_vectors vectors. With features in fm10k_init_msix_capability()
1832 v_budget = min_t(int, v_budget, hw->mac.max_msix_vectors); in fm10k_init_msix_capability()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c159 mac->max_msix_vectors = fm10k_get_pcie_msix_count_generic(hw); in fm10k_get_invariants_generic()
H A Dfm10k_type.h545 u16 max_msix_vectors; member
H A Dfm10k_main.c1821 * hw.mac->max_msix_vectors vectors. With features in fm10k_init_msix_capability()
1826 v_budget = min_t(int, v_budget, hw->mac.max_msix_vectors); in fm10k_init_msix_capability()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c43 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c82 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82598()
H A Dixgbe_lib.c753 /* Hardware can only support a maximum of hw.mac->max_msix_vectors. in ixgbe_acquire_msix_vectors()
759 vectors = min_t(int, vectors, hw->mac.max_msix_vectors); in ixgbe_acquire_msix_vectors()
H A Dixgbe_82599.c252 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82599()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c43 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c82 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82598()
H A Dixgbe_lib.c757 /* Hardware can only support a maximum of hw.mac->max_msix_vectors. in ixgbe_acquire_msix_vectors()
763 vectors = min_t(int, vectors, hw->mac.max_msix_vectors); in ixgbe_acquire_msix_vectors()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c135 wx->mac.max_msix_vectors = msix_count; in ngbe_sw_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c375 wx->mac.max_msix_vectors = msix_count; in txgbe_sw_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h632 u16 max_msix_vectors; member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h62 __le16 max_msix_vectors; member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr.h346 u16 max_msix_vectors; member
H A Dmpi3mr_fw.c2844 mrioc->facts.max_msix_vectors = le16_to_cpu(facts_data->max_msix_vectors); in mpi3mr_process_factsdata()
2887 mrioc->facts.max_msix_vectors); in mpi3mr_process_factsdata()
2926 mrioc->facts.max_msix_vectors, mrioc->facts.max_perids); in mpi3mr_process_factsdata()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c92 static int max_msix_vectors = -1; variable
93 module_param(max_msix_vectors, int, 0444);
94 MODULE_PARM_DESC(max_msix_vectors,
3095 * - loaded driver with default max_msix_vectors module parameter and
3126 max_msix_vectors == -1) in _base_check_and_enable_high_iops_queues()
3197 pr_info("\t no of cores: %d, max_msix_vectors: %d\n", in _base_enable_msix()
3198 ioc->cpu_count, max_msix_vectors); in _base_enable_msix()
3206 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
3209 local_max_msix_vectors = max_msix_vectors; in _base_enable_msix()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c91 static int max_msix_vectors = -1; variable
92 module_param(max_msix_vectors, int, 0444);
93 MODULE_PARM_DESC(max_msix_vectors,
3281 * - loaded driver with default max_msix_vectors module parameter and
3316 max_msix_vectors == -1) in _base_check_and_enable_high_iops_queues()
3395 pr_info("\t no of cores: %d, max_msix_vectors: %d\n", in _base_enable_msix()
3396 ioc->cpu_count, max_msix_vectors); in _base_enable_msix()
3401 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
3404 local_max_msix_vectors = max_msix_vectors; in _base_enable_msix()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi.h1131 int max_msix_vectors; member
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi.h1339 int max_msix_vectors; member

Completed in 62 milliseconds

12