[PATCH net 0/3] net: stmmac: Fix usage of maximum queue number macros

From: Kunihiko Hayashi
Date: Mon Jan 27 2025 - 04:25:10 EST


The maximum number of Rx and Tx queues is defined by MTL_MAX_RX_QUEUES and
MTL_MAX_TX_QUEUES respectively.

There are some places where Rx and Tx are used in reverse. Currently these
two values as the same and there is no impact, but need to fix the usage
to keep consistency.

Kunihiko Hayashi (3):
net: stmmac: Fix use of queue max macros for Rx interrupt name
net: stmmac: Fix use of queue max macros for Rx coalesce
net: stmmac: Fix use of queue max macros for irq statistics

drivers/net/ethernet/stmicro/stmmac/common.h | 4 ++--
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

--
2.25.1