Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_pcn.c367 if ((sc)->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) { \
1041 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) { in pcn_start()
1330 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) in pcn_txintr()
1473 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) in pcn_rxintr()
1615 sc->sc_swstyle = LE_B20_SSTYLE_PCNETPCI3; in pcn_init()
/netbsd/sys/dev/ic/
H A Dlancereg.h489 #define LE_B20_SSTYLE_PCNETPCI3 3 /* PCnet-PCI II (32-bit) */ macro