HomeSort by: relevance | last modified time | path
    Searched refs:IE_ST_RNR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
if_iereg.h 198 #define IE_ACK_RNR 0x1000 /* ack IE_ST_RNR */
208 #define IE_ST_RNR 0x1000 /* receive not ready */
if_ie.c 1366 if (status & (IE_ST_FR | IE_ST_RNR))
1372 if (status & IE_ST_RNR) {
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 140 #define IE_ACK_RNR 0x1000 /* ack IE_ST_RNR */
150 #define IE_ST_RNR 0x1000 /* receive not ready */
  /src/sys/arch/sun3/dev/
i82586.h 117 #define IE_ACK_RNR SWAP(0x1000) /* ack IE_ST_RNR */
127 #define IE_ST_RNR SWAP(0x1000) /* receive not ready */
if_ie.c 473 if (status & (IE_ST_RECV | IE_ST_RNR)) {
503 if (status & IE_ST_RNR) {
  /src/sys/dev/ic/
i82586reg.h 189 #define IE_ACK_RNR 0x1000 /* ack IE_ST_RNR */
199 #define IE_ST_RNR 0x1000 /* receive not ready */
i82586.c 460 if (status & (IE_ST_FR | IE_ST_RNR))
596 if ((scbstatus & IE_ST_RNR) != 0) {

Completed in 16 milliseconds