Searched refs:MAX_TX_QUEUES (Results 1 – 8 of 8) sorted by relevance
146 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro392 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */398 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
3950 MAX_TX_QUEUES); in ixgbevf_probe()
102 #define MAX_TX_QUEUES MAX_RX_QUEUES macro
2301 MAX_TX_QUEUES); in i40evf_probe()
312 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro657 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
8347 unsigned int indices = MAX_TX_QUEUES; in ixgbe_probe()
887 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES; in wl1251_acx_mem_cfg()900 for (i = 0; i < MAX_TX_QUEUES; i++) { in wl1251_acx_mem_cfg()
1150 #define MAX_TX_QUEUES 4 macro