Searched refs:TULIP_DSTS_RxLASTDESC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/de/
H A Ddc21040reg.h77 #define TULIP_DSTS_RxLASTDESC 0x00000100 /* Last Descriptor */ macro
H A Dif_de.c3360 if ((DESC_STATUS(eop) & (TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) {
3382 while ((DESC_STATUS(eop) & TULIP_DSTS_RxLASTDESC) == 0) {

Completed in 121 milliseconds