Searched refs:RXUQ (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/net/
H A Dmvgbe.h23 #define RXUQ 0 /* Used Rx queue */ macro
34 MVGBE_DFLT_RXQ(RXUQ) | \
35 MVGBE_DFLT_RX_ARPQ(RXUQ) | \
41 MVGBE_DFLT_RX_TCPQ(RXUQ) | \
42 MVGBE_DFLT_RX_UDPQ(RXUQ) | \
43 MVGBE_DFLT_RX_BPDUQ(RXUQ))
58 GT_MVGBE_IPG_INT_RX(RXUQ) | \
H A Dmvgbe.c361 unicast_reg |= ((0x01 | (RXUQ << 1)) << (8 * reg_offset));
446 /* Turn off the port/RXUQ bandwidth limitation */
462 /* Assignment of Rx CRDB of given RXUQ */
463 MVGBE_REG_WR(regs->rxcdp[RXUQ], (u32) dmvgbe->p_rxdesc_curr);
467 MVGBE_REG_WR(regs->rqc, (1 << RXUQ));

Completed in 59 milliseconds