Searched refs:max_msix_vectors (Results 1 – 9 of 9) sorted by relevance
75 u32 max_msix_vectors; member
545 u16 max_msix_vectors; member
1825 v_budget = min_t(int, v_budget, hw->mac.max_msix_vectors); in fm10k_init_msix_capability()
83 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_get_invariants_82598()
71 __le16 max_msix_vectors; member
91 static int max_msix_vectors = -1; variable92 module_param(max_msix_vectors, int, 0444);93 MODULE_PARM_DESC(max_msix_vectors,3343 max_msix_vectors == -1) in _base_check_and_enable_high_iops_queues()3423 ioc->cpu_count, max_msix_vectors); in _base_enable_msix()3428 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()3431 local_max_msix_vectors = max_msix_vectors; in _base_enable_msix()
1354 int max_msix_vectors; member
3285 mrioc->facts.max_msix_vectors = le16_to_cpu(facts_data->max_msix_vectors); in mpi3mr_process_factsdata()3333 mrioc->facts.max_msix_vectors); in mpi3mr_process_factsdata()3376 mrioc->facts.max_msix_vectors, mrioc->facts.max_perids); in mpi3mr_process_factsdata()
1906 nvecs = min_t(int, nvecs, wx->mac.max_msix_vectors); in wx_acquire_msix_vectors()