Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Ddc21040reg.h76 #define TULIP_DSTS_RxFIRSTDESC 0x00000200 /* First Descriptor */ macro
H A Dif_de.c3000 … ((DESC_STATUS(eop) & (TULIP_DSTS_OWNER|TULIP_DSTS_RxFIRSTDESC|TULIP_DSTS_RxLASTDESC)) == (TULIP_D… in tulip_rx_intr()