Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Ddc21040reg.h77 #define TULIP_DSTS_RxLASTDESC 0x00000100 /* Last Descriptor */ macro
H A Dif_de.c3000 …TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP_DSTS_RxFIRSTDESC|TULIP_D… in tulip_rx_intr()
3019 while ((DESC_STATUS(eop) & TULIP_DSTS_RxLASTDESC) == 0) { in tulip_rx_intr()