Searched refs:MTL_MAX_TX_QUEUES (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h38 int tx_irq[MTL_MAX_TX_QUEUES];
220 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
226 u32 tx_coal_frames[MTL_MAX_TX_QUEUES];
227 u32 tx_coal_timer[MTL_MAX_TX_QUEUES];
228 u32 rx_coal_frames[MTL_MAX_TX_QUEUES];
238 u32 rx_riwt[MTL_MAX_TX_QUEUES];
306 int tx_irq[MTL_MAX_TX_QUEUES];
314 char int_name_rx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 14];
315 char int_name_tx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 18];
H A Dcommon.h103 u64_stats_t rx_normal_irq_n[MTL_MAX_TX_QUEUES];
228 unsigned long max_sdu_txq_drop[MTL_MAX_TX_QUEUES];
229 unsigned long mtl_est_txq_hlbf[MTL_MAX_TX_QUEUES];
231 struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES];
H A Dstmmac_main.c2911 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)];
3740 if (i >= MTL_MAX_TX_QUEUES)
3962 for (int i = 0; i < MTL_MAX_TX_QUEUES; i++)
7493 MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES);
7505 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) {
7531 for (i = 0; i < MTL_MAX_TX_QUEUES; i++)
7542 priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL);
H A Ddwxgmac2_core.c235 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) {
/linux-master/include/linux/
H A Dstmmac.h19 #define MTL_MAX_TX_QUEUES 8 macro
130 u32 max_sdu[MTL_MAX_TX_QUEUES];
274 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];

Completed in 122 milliseconds