Searched refs:RIO_THROTTLE_RX (Results 1 – 3 of 3) sorted by relevance
72 #define RIO_THROTTLE_RX 0x2000000 /* RX needs to be throttled. */ macro
672 port->State |= RIO_THROTTLE_RX; in rio_throttle()689 port->State &= ~RIO_THROTTLE_RX; in rio_unthrottle()
550 if (PortP->State & RIO_THROTTLE_RX) { in RIOReceive()