Symbol: MTL_MAX_TX_QUEUES
drivers/net/ethernet/stmicro/stmmac/common.h
113
u64_stats_t tx_normal_irq_n[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/common.h
234
unsigned long max_sdu_txq_drop[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/common.h
235
unsigned long mtl_est_txq_hlbf[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/common.h
236
unsigned long mtl_est_txq_hlbs[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/common.h
238
struct stmmac_txq_stats txq_stats[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
236
for (i = 0; i < MTL_MAX_TX_QUEUES; i++) {
drivers/net/ethernet/stmicro/stmmac/stmmac.h
229
struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
244
u32 max_sdu[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
249
u32 tx_coal_frames[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
250
u32 tx_coal_timer[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
331
int tx_irq[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
340
char int_name_tx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 18];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
39
int tx_irq[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3098
int status[MAX_T(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)];
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3905
if (i >= MTL_MAX_TX_QUEUES)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4092
for (int i = 0; i < MTL_MAX_TX_QUEUES; i++)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7763
MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7775
for (i = 0; i < MTL_MAX_TX_QUEUES; i++) {
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7800
for (i = 0; i < MTL_MAX_TX_QUEUES; i++)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7811
priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL);
include/linux/stmmac.h
253
struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];