Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h370 #define NON_Q_VECTORS (OTHER_VECTOR) macro
375 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
Dixgbevf_main.c1121 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_configure_msix()
1337 q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_map_rings_to_vectors()
1387 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_request_msix_irqs()
1451 int i, q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_reset_q_vectors()
1920 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_enable_all()
1935 int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_napi_disable_all()
2435 v_budget += NON_Q_VECTORS; in ixgbevf_set_interrupt_capability()
2476 num_q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_alloc_q_vectors()
2518 int q_idx, num_q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_free_q_vectors()
2802 for (i = 0; i < adapter->num_msix_vectors - NON_Q_VECTORS; i++) { in ixgbevf_check_hang_subtask()
Dethtool.c781 num_vectors = adapter->num_msix_vectors - NON_Q_VECTORS; in ixgbevf_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h194 #define NON_Q_VECTORS(hw) (((hw)->mac.type == fm10k_mac_pf) ? \ macro
197 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS(hw))
Dfm10k_pci.c572 txint = ring->q_vector->v_idx + NON_Q_VECTORS(hw); in fm10k_configure_tx_ring()
703 rxint = ring->q_vector->v_idx + NON_Q_VECTORS(hw); in fm10k_configure_rx_ring()
1446 entry = &interface->msix_entries[NON_Q_VECTORS(hw) + vector]; in fm10k_qv_free_irq()
1481 entry = &interface->msix_entries[NON_Q_VECTORS(hw)]; in fm10k_qv_request_irq()
Dfm10k_ethtool.c1159 ch->max_other = NON_Q_VECTORS(hw); in fm10k_get_channels()
1178 if (ch->other_count != NON_Q_VECTORS(hw)) in fm10k_set_channels()
Dfm10k_main.c1803 v_budget += NON_Q_VECTORS(hw); in fm10k_init_msix_capability()
1835 interface->num_q_vectors = v_budget - NON_Q_VECTORS(hw); in fm10k_init_msix_capability()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h581 #define NON_Q_VECTORS (OTHER_VECTOR) macro
601 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
Dixgbe_lib.c725 vectors += NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
774 vectors -= NON_Q_VECTORS; in ixgbe_acquire_msix_vectors()
Dixgbe_ethtool.c3043 ch->max_other = NON_Q_VECTORS; in ixgbe_get_channels()
3044 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3082 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h65 #define NON_Q_VECTORS 1 macro
Digb_ethtool.c2995 ch->max_other = NON_Q_VECTORS; in igb_get_channels()
2996 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3014 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()