Searched defs:MAX_TX_QUEUES (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/intel/i40evf/
H A Di40evf.h102 #define MAX_TX_QUEUES MAX_RX_QUEUES macro
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h126 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro
357 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */
363 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h308 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro
660 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
/drivers/net/wireless/ti/wl1251/
H A Dacx.h1150 #define MAX_TX_QUEUES 4 macro

Completed in 287 milliseconds