Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h136 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro
280 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */
286 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
Dixgbevf_main.c4012 MAX_TX_QUEUES); in ixgbevf_probe()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h393 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro
643 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
Dixgbe_main.c10126 unsigned int indices = MAX_TX_QUEUES; in ixgbe_probe()
/drivers/net/wireless/ti/wl1251/
Dacx.c885 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES; in wl1251_acx_mem_cfg()
898 for (i = 0; i < MAX_TX_QUEUES; i++) { in wl1251_acx_mem_cfg()
Dacx.h1150 #define MAX_TX_QUEUES 4 macro
/drivers/net/ethernet/amd/xgbe/
Dxgbe-pci.c342 pdata->tx_max_q_count = XP_GET_BITS(reg, XP_PROP_1, MAX_TX_QUEUES); in xgbe_pci_probe()
/drivers/net/ethernet/ibm/
Dibmvnic.h730 MAX_TX_QUEUES = 4, enumerator
Dibmvnic.c2825 crq.query_capability.capability = cpu_to_be16(MAX_TX_QUEUES); in send_cap_queries()
3361 case MAX_TX_QUEUES: in handle_query_cap_rsp()