Home
last modified time | relevance | path

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

/netbsd/sys/arch/i386/stand/lib/netif/
H A D3c509.h284 #define S_RX_EARLY (u_short) (0x20) macro
288 S_TX_AVAIL|S_RX_COMPLETE|S_RX_EARLY)
H A Delink3.c228 if ((cst & (S_RX_COMPLETE|S_RX_EARLY)) == 0) { in EtherReceive()