Searched refs:NON_Q_VECTORS (Results 1 – 12 of 12) sorted by relevance
368 #define NON_Q_VECTORS (OTHER_VECTOR) macro373 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
1120 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_configure_msix()1336 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_map_rings_to_vectors()1386 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_request_msix_irqs()1450 int i, q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_reset_q_vectors()1908 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_enable_all()1923 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_disable_all()2423 v_budget += NON_Q_VECTORS; in ixgbevf_set_interrupt_capability()2464 num_q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_alloc_q_vectors()2506 int q_idx, num_q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_free_q_vectors()2790 for (i = 0; i < adapter->num_msix_vectors - NON_Q_VECTORS; i++) { in ixgbevf_check_hang_subtask()
781 num_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_set_coalesce()
187 #define NON_Q_VECTORS(hw) (((hw)->mac.type == fm10k_mac_pf) ? \ macro190 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS(hw))
541 txint = ring->q_vector->v_idx + NON_Q_VECTORS(hw); in fm10k_configure_tx_ring()668 rxint = ring->q_vector->v_idx + NON_Q_VECTORS(hw); in fm10k_configure_rx_ring()1385 entry = &interface->msix_entries[NON_Q_VECTORS(hw) + vector]; in fm10k_qv_free_irq()1420 entry = &interface->msix_entries[NON_Q_VECTORS(hw)]; in fm10k_qv_request_irq()
1018 ch->max_other = NON_Q_VECTORS(hw); in fm10k_get_channels()1037 if (ch->other_count != NON_Q_VECTORS(hw)) in fm10k_set_channels()
1813 v_budget += NON_Q_VECTORS(hw); in fm10k_init_msix_capability()1845 interface->num_q_vectors = v_budget - NON_Q_VECTORS(hw); in fm10k_init_msix_capability()
574 #define NON_Q_VECTORS (OTHER_VECTOR) macro594 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
725 vectors += NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()774 vectors -= NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
2986 ch->max_other = NON_Q_VECTORS; in ixgbe_get_channels()2987 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()3025 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
65 #define NON_Q_VECTORS 1 macro
2982 ch->max_other = NON_Q_VECTORS; in igb_get_channels()2983 ch->other_count = NON_Q_VECTORS; in igb_get_channels()3001 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()