Home
last modified time | relevance | path

Searched refs:MAX_TX_QUEUES (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h146 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro
392 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 */
Dixgbevf_main.c3950 MAX_TX_QUEUES); in ixgbevf_probe()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h102 #define MAX_TX_QUEUES MAX_RX_QUEUES macro
Di40evf_main.c2301 MAX_TX_QUEUES); in i40evf_probe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h312 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro
657 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
Dixgbe_main.c8347 unsigned int indices = MAX_TX_QUEUES; in ixgbe_probe()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dacx.c887 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()
Dacx.h1150 #define MAX_TX_QUEUES 4 macro