Home
last modified time | relevance | path

Searched refs:GMAC_TXQCTRL_PSTQX_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4.h134 #define GMAC_TXQCTRL_PSTQX_MASK(x) GENMASK(7 + ((x) * 8), 0 + ((x) * 8)) macro
Ddwmac4_core.c113 value &= ~GMAC_TXQCTRL_PSTQX_MASK(queue); in dwmac4_tx_queue_priority()
115 GMAC_TXQCTRL_PSTQX_MASK(queue); in dwmac4_tx_queue_priority()