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

  /src/sys/arch/acorn32/podulebus/
if_iereg.h 253 #define IE_RBD_USED 0x4000 /* this buffer has data */
if_ie.c 1054 if (!(actual&IE_RBD_USED))
1206 if (!(actual&IE_RBD_USED))
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 194 #define IE_RBD_USED 0x4000 /* this buffer has data */
  /src/sys/arch/sun3/dev/
i82586.h 172 #define IE_RBD_USED SWAP(0x4000) /* this buffer has data */
if_ie.c 686 if ((sc->rbuffs[sc->rbhead]->ie_rbd_actual & IE_RBD_USED)
928 if ((sc->rbuffs[sc->rbhead]->ie_rbd_actual & IE_RBD_USED)
  /src/sys/dev/ic/
i82586reg.h 273 #define IE_RBD_USED 0x4000 /* this buffer has data */
i82586.c 753 if ((rbdstatus & IE_RBD_USED) == 0) {

Completed in 47 milliseconds