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
669 port->State |= RIO_THROTTLE_RX; in rio_throttle()686 port->State &= ~RIO_THROTTLE_RX; in rio_unthrottle()
551 if (PortP->State & RIO_THROTTLE_RX) { in RIOReceive()