Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf.h309 #define NON_Q_VECTORS (OTHER_VECTOR) macro
314 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
A Dixgbevf_main.c1353 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_configure_msix()
1542 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_request_msix_irqs()
2159 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_enable_all()
2171 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_disable_all()
2686 v_budget += NON_Q_VECTORS; in ixgbevf_set_interrupt_capability()
2882 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_alloc_q_vectors()
2947 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_free_q_vectors()
3236 for (i = 0; i < adapter->num_msix_vectors - NON_Q_VECTORS; i++) { in ixgbevf_check_hang_subtask()
A Dethtool.c854 num_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_set_coalesce()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k.h180 NON_Q_VECTORS enumerator
183 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS)
A Dfm10k_pci.c902 txint = ring->q_vector->v_idx + NON_Q_VECTORS; in fm10k_configure_tx_ring()
1041 rxint = ring->q_vector->v_idx + NON_Q_VECTORS; in fm10k_configure_rx_ring()
1726 entry = &interface->msix_entries[NON_Q_VECTORS + vector]; in fm10k_qv_free_irq()
1763 entry = &interface->msix_entries[NON_Q_VECTORS]; in fm10k_qv_request_irq()
A Dfm10k_ethtool.c1129 ch->max_other = NON_Q_VECTORS; in fm10k_get_channels()
1147 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
A Dfm10k_main.c1818 v_budget += NON_Q_VECTORS; in fm10k_init_msix_capability()
1850 interface->num_q_vectors = v_budget - NON_Q_VECTORS; in fm10k_init_msix_capability()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h577 #define NON_Q_VECTORS (OTHER_VECTOR) macro
598 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
A Dixgbe_lib.c755 vectors += NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
804 vectors -= NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
A Dixgbe_ethtool.c3256 ch->max_other = NON_Q_VECTORS; in ixgbe_get_channels()
3257 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3295 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc.h323 #define NON_Q_VECTORS 1 macro
A Digc_ethtool.c1477 ch->max_other = NON_Q_VECTORS; in igc_ethtool_get_channels()
1478 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1496 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb.h47 #define NON_Q_VECTORS 1 macro
A Digb_ethtool.c3385 ch->max_other = NON_Q_VECTORS; in igb_get_channels()
3386 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3404 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()

Completed in 62 milliseconds