Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4.h135 #define GMAC_TXQCTRL_PSTQX_SHIFT(x) ((x) * 8) macro
H A Ddwmac4_core.c149 value |= (prio << GMAC_TXQCTRL_PSTQX_SHIFT(queue)) & in dwmac4_tx_queue_priority()