Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duec.h18 #define MAX_TX_QUEUES 8 macro
239 uec_send_queue_qd_t sqqd[MAX_TX_QUEUES];
261 u32 weightstatus[MAX_TX_QUEUES]; /* accumulated weight factor */
273 u8 weightfactor[MAX_TX_QUEUES]; /**< weight factor for queues */
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h131 #define MAX_TX_QUEUES IXGBE_VF_MAX_TX_QUEUES macro
340 struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */
347 struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */
H A Dixgbevf_main.c4553 MAX_TX_QUEUES); in ixgbevf_probe()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A 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()
H A Dacx.h1136 #define MAX_TX_QUEUES 4 macro
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h422 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1) macro
686 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
H A Dixgbe_lib.c344 vmdq_i = min_t(u16, vmdq_i, MAX_TX_QUEUES / tcs); in ixgbe_set_dcb_sriov_queues()
514 rss_i = min_t(u16, rss_i, MAX_TX_QUEUES / vmdq_i); in ixgbe_set_sriov_queues()
H A Dixgbe_main.c10098 adapter->num_rx_pools >= (MAX_TX_QUEUES / tcs)) || in ixgbe_fwd_add()
10802 unsigned int indices = MAX_TX_QUEUES; in ixgbe_probe()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c368 MAX_TX_QUEUES); in xgbe_pci_probe()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.h677 MAX_TX_QUEUES = 4, enumerator
H A Dibmvnic.c4987 crq.query_capability.capability = cpu_to_be16(MAX_TX_QUEUES); in send_query_cap()
5629 case MAX_TX_QUEUES: in handle_query_cap_rsp()