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

  /src/sys/dev/ic/
i82586reg.h 244 #define IE_FD_RNR 0x0200 /* receiver out of resources here */
249 (IE_FD_CRC|IE_FD_ALGN|IE_FD_RNR|IE_FD_OVR|IE_FD_SHORT|IE_FD_NOEOF)
i82586.c 589 if ((status & IE_FD_RNR) != 0)
  /src/sys/arch/acorn32/podulebus/
if_iereg.h 239 #define IE_FD_RNR 0x0200 /* receiver out of resources here */
if_ie.c 1320 if ( ((status&IE_FD_RNR)!=0) && ((scb.ie_status&IE_RU_READY)==0) )
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 180 #define IE_FD_RNR 0x0200 /* receiver out of resources here */
  /src/sys/arch/sun3/dev/
i82586.h 158 #define IE_FD_RNR SWAP(0x0200) /* receiver out of resources here */
if_ie.c 558 if ((status & IE_FD_RNR) != 0 &&

Completed in 16 milliseconds