Home
last modified time | relevance | path

Searched refs:MTL_MAX_RX_QUEUES (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dstmmac.h17 #define MTL_MAX_RX_QUEUES 8 macro
160 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h167 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];
Dstmmac_main.c2100 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)]; in stmmac_dma_interrupt()
4433 MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES); in stmmac_dvr_probe()