Searched refs:MTL_MAX_RX_QUEUES (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h37 int rx_irq[MTL_MAX_RX_QUEUES];
216 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];
305 int rx_irq[MTL_MAX_RX_QUEUES];
H A Dcommon.h104 u64_stats_t tx_normal_irq_n[MTL_MAX_RX_QUEUES];
232 struct stmmac_rxq_stats rxq_stats[MTL_MAX_RX_QUEUES];
H A Dstmmac_main.c2911 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)];
3715 if (i >= MTL_MAX_RX_QUEUES)
7493 MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES);
7503 for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
7529 for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
/linux-master/include/linux/
H A Dstmmac.h18 #define MTL_MAX_RX_QUEUES 8 macro
273 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];

Completed in 152 milliseconds