Searched refs:sk_phytype (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_skvar.h219 int sk_phytype; member in struct:sk_if_softc
H A Dif_sk.c417 if (sc_if->sk_phytype == SK_PHYTYPE_XMAC && phy != 0)
422 if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) {
487 if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) {
503 (sc_if->sk_phytype != SK_PHYTYPE_MARV_COPPER &&
504 sc_if->sk_phytype != SK_PHYTYPE_MARV_FIBER)) {
1295 sc_if->sk_phytype = sk_win_read_1(sc, SK_EPROM1) & 0xF;
1296 switch (sc_if->sk_phytype) {
1308 sc_if->sk_phytype);
2193 if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) {
2286 if (sc_if->sk_phytype
[all...]

Completed in 204 milliseconds