Symbol: MTL_MAX_RX_QUEUES
drivers/net/ethernet/stmicro/stmmac/common.h
112
u64_stats_t rx_normal_irq_n[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/common.h
239
struct stmmac_rxq_stats rxq_stats[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
222
struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
247
int rx_irq[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
257
char int_name_rx_irq[MTL_MAX_RX_QUEUES][IFNAMSIZ + 14];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
265
u32 rx_coal_frames[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
274
u32 rx_riwt[MTL_MAX_RX_QUEUES];
drivers/net/ethernet/stmicro/stmmac/stmmac.h
38
int rx_irq[MTL_MAX_RX_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
3816
for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3920
if (i >= MTL_MAX_RX_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
7809
for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
159
if (value > MTL_MAX_RX_QUEUES)
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
160
value = MTL_MAX_RX_QUEUES;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
785
MTL_MAX_RX_QUEUES);
include/linux/stmmac.h
271
struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];