Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/de/
Ddc21040reg.h77 #define TULIP_DSTS_RxLASTDESC 0x00000100 /* Last Descriptor */ macro
Dif_de.c3359 …TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP_DSTS_RxFIRSTDESC|TULIP_D… in tulip_rx_intr()
3381 while ((DESC_STATUS(eop) & TULIP_DSTS_RxLASTDESC) == 0) { in tulip_rx_intr()