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

  /src/sys/arch/acorn32/podulebus/
if_iereg.h 238 #define IE_FD_OK 0x2000 /* frame is bad */
if_ie.c 1269 if ( status & IE_FD_OK ) {
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 179 #define IE_FD_OK 0x2000 /* frame is bad */
  /src/sys/arch/sun3/dev/
i82586.h 157 #define IE_FD_OK SWAP(0x2000) /* frame is bad */
if_ie.c 543 if ((status & IE_FD_COMPLETE) && (status & IE_FD_OK)) {
893 if (status & IE_FD_OK) {
  /src/sys/dev/ic/
i82586reg.h 241 #define IE_FD_OK 0x2000 /* frame is ok */
i82586.c 532 if ((status & IE_FD_OK) != 0) {
544 } else if ((status & IE_FD_OK) == 0) {

Completed in 22 milliseconds