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
226
struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
241
u32 max_sdu[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
248
int tx_irq[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
258
char int_name_tx_irq[MTL_MAX_TX_QUEUES][IFNAMSIZ + 18];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
263
u32 tx_coal_frames[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
264
u32 tx_coal_timer[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
39
int tx_irq[MTL_MAX_TX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3115
int status[MAX_T(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)];
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3818
for (i = 0; i < MTL_MAX_TX_QUEUES; i++)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3944
if (i >= MTL_MAX_TX_QUEUES)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7799
MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7811
for (i = 0; i < MTL_MAX_TX_QUEUES; i++) {
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7847
priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL);
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
213
if (value > MTL_MAX_TX_QUEUES)
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
214
value = MTL_MAX_TX_QUEUES;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
778
MTL_MAX_TX_QUEUES);
include/linux/stmmac.h
272
struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];