Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_pcn.c374 if ((sc)->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) { \
872 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) { in pcn_start()
1171 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) in pcn_txintr()
1317 if (sc->sc_swstyle == LE_B20_SSTYLE_PCNETPCI3) in pcn_rxintr()
1459 sc->sc_swstyle = LE_B20_SSTYLE_PCNETPCI3; in pcn_init()
/openbsd/src/sys/dev/ic/
Dlancereg.h490 #define LE_B20_SSTYLE_PCNETPCI3 3 /* PCnet-PCI II (32-bit) */ macro