Searched refs:max_msix_vectors (Results 1 – 21 of 21) sorted by relevance
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | vf.h | 74 u32 max_msix_vectors; member
|
| /drivers/net/ethernet/wangxun/ngbevf/ |
| A D | ngbevf_main.c | 77 wx->mac.max_msix_vectors = NGBEVF_MAX_MSIX_VECTORS; in ngbevf_sw_init()
|
| /drivers/net/ethernet/wangxun/txgbevf/ |
| A D | txgbevf_main.c | 119 wx->mac.max_msix_vectors = TXGBEVF_MAX_MSIX_VECTORS; in txgbevf_sw_init()
|
| /drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k_common.c | 159 mac->max_msix_vectors = fm10k_get_pcie_msix_count_generic(hw); in fm10k_get_invariants_generic()
|
| A D | fm10k_type.h | 545 u16 max_msix_vectors; member
|
| A D | fm10k_main.c | 1825 v_budget = min_t(int, v_budget, hw->mac.max_msix_vectors); in fm10k_init_msix_capability()
|
| /drivers/net/ethernet/wangxun/ngbe/ |
| A D | ngbe_main.c | 116 wx->mac.max_msix_vectors = msix_count; in ngbe_sw_init()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_x540.c | 44 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_X540()
|
| A D | ixgbe_82598.c | 83 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82598()
|
| A D | ixgbe_lib.c | 764 vectors = min_t(int, vectors, hw->mac.max_msix_vectors); in ixgbe_acquire_msix_vectors()
|
| A D | ixgbe_82599.c | 252 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82599()
|
| A D | ixgbe_type.h | 3650 u16 max_msix_vectors; member
|
| /drivers/net/ethernet/wangxun/txgbe/ |
| A D | txgbe_main.c | 386 wx->mac.max_msix_vectors = msix_count; in txgbe_sw_init()
|
| /drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_ioc.h | 71 __le16 max_msix_vectors; member
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_base.c | 91 static int max_msix_vectors = -1; variable 92 module_param(max_msix_vectors, int, 0444); 93 MODULE_PARM_DESC(max_msix_vectors, 3337 max_msix_vectors == -1) in _base_check_and_enable_high_iops_queues() 3417 ioc->cpu_count, max_msix_vectors); in _base_enable_msix() 3422 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix() 3425 local_max_msix_vectors = max_msix_vectors; in _base_enable_msix()
|
| /drivers/scsi/mpi3mr/ |
| A D | mpi3mr.h | 389 u16 max_msix_vectors; member
|
| A D | mpi3mr_fw.c | 3142 mrioc->facts.max_msix_vectors = le16_to_cpu(facts_data->max_msix_vectors); in mpi3mr_process_factsdata() 3188 mrioc->facts.max_msix_vectors); in mpi3mr_process_factsdata() 3231 mrioc->facts.max_msix_vectors, mrioc->facts.max_perids); in mpi3mr_process_factsdata()
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_type.h | 878 u16 max_msix_vectors; member
|
| A D | wx_lib.c | 1750 nvecs = min_t(int, nvecs, wx->mac.max_msix_vectors); in wx_acquire_msix_vectors()
|
| /drivers/scsi/smartpqi/ |
| A D | smartpqi.h | 1354 int max_msix_vectors; member
|
| A D | smartpqi_init.c | 5304 blk_mq_num_online_queues(ctrl_info->max_msix_vectors); in pqi_calculate_queue_resources() 8439 ctrl_info->max_msix_vectors = in pqi_ctrl_init() 8831 ctrl_info->max_msix_vectors = PQI_MAX_MSIX_VECTORS; in pqi_alloc_ctrl_info()
|
Completed in 801 milliseconds