Searched refs:MAX_TX_QUEUES (Results 1 – 8 of 8) sorted by relevance
146 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro394 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */400 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
3963 MAX_TX_QUEUES); in ixgbevf_probe()
99 #define MAX_TX_QUEUES MAX_RX_QUEUES macro
2442 MAX_TX_QUEUES); in i40evf_probe()
320 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro670 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
8600 unsigned int indices = MAX_TX_QUEUES; in ixgbe_probe()
884 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES; in wl1251_acx_mem_cfg()897 for (i = 0; i < MAX_TX_QUEUES; i++) { in wl1251_acx_mem_cfg()
1150 #define MAX_TX_QUEUES 4 macro