Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h37 int tx_irq[MTL_MAX_TX_QUEUES];
207 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
213 u32 tx_coal_frames[MTL_MAX_TX_QUEUES];
214 u32 tx_coal_timer[MTL_MAX_TX_QUEUES];
215 u32 rx_coal_frames[MTL_MAX_TX_QUEUES];
225 u32 rx_riwt[MTL_MAX_TX_QUEUES];
293 int tx_irq[MTL_MAX_TX_QUEUES];
300 char int_name_rx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 14];
301 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];
229 struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES];
H A Dstmmac_main.c2838 int status[max_t(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)]; in stmmac_dma_interrupt()
3632 if (i >= MTL_MAX_TX_QUEUES) in stmmac_request_irq_multi_msi()
3840 for (int i = 0; i < MTL_MAX_TX_QUEUES; i++) in __stmmac_open()
7379 MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES); in stmmac_dvr_probe()
7391 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) { in stmmac_dvr_probe()
7416 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) in stmmac_dvr_probe()
7427 priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL); in stmmac_dvr_probe()
H A Ddwxgmac2_core.c235 for (i = 0; i < MTL_MAX_TX_QUEUES; i++) { in dwxgmac2_prog_mtl_tx_algorithms()
/openbmc/linux/include/linux/
H A Dstmmac.h19 #define MTL_MAX_TX_QUEUES 8 macro
272 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];
/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst432 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];