Searched refs:GMAC_RXQCTRL_PSRQX_SHIFT (Results 1 – 2 of 2) sorted by relevance
110 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()
132 #define GMAC_RXQCTRL_PSRQX_SHIFT(x) ((x) * 8) macro