Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dtulipvar.h466 #define TULIPF_VPC 0x00008000 /* Virtual PC Ethernet */ macro
H A Dtulip.c499 sc->sc_flags |= TULIPF_VPC; in tlp_attach()
1361 if (__predict_false((sc->sc_flags & TULIPF_VPC) != 0)) { in tlp_rxintr()