Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c110 clear_mask |= ((prio << GMAC_RXQCTRL_PSRQX_SHIFT(i)) & in dwmac4_rx_queue_priority()
120 ctrl2 |= (prio << GMAC_RXQCTRL_PSRQX_SHIFT(queue)) & in dwmac4_rx_queue_priority()
128 ctrl3 |= (prio << GMAC_RXQCTRL_PSRQX_SHIFT(queue)) & in dwmac4_rx_queue_priority()
H A Ddwmac4.h132 #define GMAC_RXQCTRL_PSRQX_SHIFT(x) ((x) * 8) macro