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

  /src/sys/arch/acorn32/podulebus/
if_iereg.h 236 #define IE_FD_COMPLETE 0x8000 /* frame is complete */
if_ie.c 1304 if ((status&IE_FD_COMPLETE)&&(status&IE_FD_OK)) {
  /src/sys/arch/mvme68k/stand/netboot/
if_ie.c 304 if ((status & (IE_FD_COMPLETE | IE_FD_OK)) ==
305 (IE_FD_COMPLETE | IE_FD_OK)) {
i82586.h 177 #define IE_FD_COMPLETE 0x8000 /* frame is complete */
  /src/sys/arch/sun3/dev/
i82586.h 155 #define IE_FD_COMPLETE SWAP(0x8000) /* frame is complete */
if_ie.c 543 if ((status & IE_FD_COMPLETE) && (status & IE_FD_OK)) {
  /src/sys/dev/ic/
i82586reg.h 239 #define IE_FD_COMPLETE 0x8000 /* frame is complete */
i82586.c 531 if ((status & IE_FD_COMPLETE) == 0) {

Completed in 147 milliseconds