Home
last modified time | relevance | path

Searched refs:MTL_MAX_TX_QUEUES (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h36 int tx_irq[MTL_MAX_TX_QUEUES];
199 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
205 u32 tx_coal_frames[MTL_MAX_TX_QUEUES];
206 u32 tx_coal_timer[MTL_MAX_TX_QUEUES];
207 u32 rx_coal_frames[MTL_MAX_TX_QUEUES];
217 u32 rx_riwt[MTL_MAX_TX_QUEUES];
282 int tx_irq[MTL_MAX_TX_QUEUES];
289 char int_name_rx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 14];
290 char int_name_tx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 18];
A Dcommon.h203 struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES];
A Dstmmac_main.c2819 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)]; in stmmac_dma_interrupt()
3608 if (i >= MTL_MAX_TX_QUEUES) in stmmac_request_irq_multi_msi()
7068 MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES); in stmmac_dvr_probe()
7092 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) in stmmac_dvr_probe()
7103 priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL); in stmmac_dvr_probe()
A Ddwxgmac2_core.c181 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) { in dwxgmac2_prog_mtl_tx_algorithms()
/linux-6.3-rc2/include/linux/
A Dstmmac.h19 #define MTL_MAX_TX_QUEUES 8 macro
224 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/stmicro/
A Dstmmac.rst432 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];

Completed in 25 milliseconds