MTL_MAX_RX_QUEUES
u64_stats_t rx_normal_irq_n[MTL_MAX_RX_QUEUES];
struct stmmac_rxq_stats rxq_stats[MTL_MAX_RX_QUEUES];
struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];
u32 rx_coal_frames[MTL_MAX_RX_QUEUES];
u32 rx_riwt[MTL_MAX_RX_QUEUES];
int rx_irq[MTL_MAX_RX_QUEUES];
char int_name_rx_irq[MTL_MAX_RX_QUEUES][IFNAMSIZ + 14];
int rx_irq[MTL_MAX_RX_QUEUES];
int status[MAX_T(u32, MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES)];
if (i >= MTL_MAX_RX_QUEUES)
MTL_MAX_TX_QUEUES, MTL_MAX_RX_QUEUES);
for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
for (i = 0; i < MTL_MAX_RX_QUEUES; i++)
struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];