Home
last modified time | relevance | path

Searched refs:TDSTAT_Rx_LS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dtulipvar.h539 __rxd->td_status = htole32(TDSTAT_OWN|TDSTAT_Rx_FS|TDSTAT_Rx_LS); \
Dtulipreg.h180 #define TDSTAT_Rx_LS 0x00000100 /* Last Descriptor */ macro
Dtulip.c1235 if ((rxstat & (TDSTAT_Rx_FS | TDSTAT_Rx_LS)) != in tlp_rxintr()
1236 (TDSTAT_Rx_FS | TDSTAT_Rx_LS)) { in tlp_rxintr()