Home
last modified time | relevance | path

Searched refs:NON_Q_VECTORS (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h293 #define NON_Q_VECTORS (OTHER_VECTOR) macro
298 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
H A Dixgbevf_main.c1354 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_configure_msix()
1543 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_request_msix_irqs()
2160 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_enable_all()
2172 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_disable_all()
2717 v_budget += NON_Q_VECTORS; in ixgbevf_set_interrupt_capability()
2912 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_alloc_q_vectors()
2977 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_free_q_vectors()
3266 for (i = 0; i < adapter->num_msix_vectors - NON_Q_VECTORS; i++) { in ixgbevf_check_hang_subtask()
H A Dethtool.c854 num_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_set_coalesce()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h180 NON_Q_VECTORS enumerator
183 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS)
H A Dfm10k_pci.c901 txint = ring->q_vector->v_idx + NON_Q_VECTORS; in fm10k_configure_tx_ring()
1040 rxint = ring->q_vector->v_idx + NON_Q_VECTORS; in fm10k_configure_rx_ring()
1725 entry = &interface->msix_entries[NON_Q_VECTORS + vector]; in fm10k_qv_free_irq()
1762 entry = &interface->msix_entries[NON_Q_VECTORS]; in fm10k_qv_request_irq()
H A Dfm10k_ethtool.c1105 ch->max_other = NON_Q_VECTORS; in fm10k_get_channels()
1123 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
H A Dfm10k_main.c1817 v_budget += NON_Q_VECTORS; in fm10k_init_msix_capability()
1848 interface->num_q_vectors = v_budget - NON_Q_VECTORS; in fm10k_init_msix_capability()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h585 #define NON_Q_VECTORS (OTHER_VECTOR) macro
606 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
H A Dixgbe_lib.c756 vectors += NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
803 vectors -= NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
H A Dixgbe_ethtool.c3391 ch->max_other = NON_Q_VECTORS; in ixgbe_get_channels()
3392 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3430 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h446 #define NON_Q_VECTORS 1 macro
H A Digc_ethtool.c1546 ch->max_other = NON_Q_VECTORS; in igc_ethtool_get_channels()
1547 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1565 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h49 #define NON_Q_VECTORS 1 macro
H A Digb_ethtool.c3380 ch->max_other = NON_Q_VECTORS; in igb_get_channels()
3381 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3399 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()