sk_phytype        255 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_XMAC && phy != 0)
sk_phytype        260 dev/pci/if_sk.c 	if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) {
sk_phytype        321 dev/pci/if_sk.c 	if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) {
sk_phytype        337 dev/pci/if_sk.c 	    (sc_if->sk_phytype != SK_PHYTYPE_MARV_COPPER &&
sk_phytype        338 dev/pci/if_sk.c 	     sc_if->sk_phytype != SK_PHYTYPE_MARV_FIBER)) {
sk_phytype       1118 dev/pci/if_sk.c 	sc_if->sk_phytype = sk_win_read_1(sc, SK_EPROM1) & 0xF;
sk_phytype       1122 dev/pci/if_sk.c 		switch (sc_if->sk_phytype) {
sk_phytype       1131 dev/pci/if_sk.c 				    sc->sk_dev.dv_xname, sc_if->sk_phytype);
sk_phytype       1137 dev/pci/if_sk.c 		if ((sc_if->sk_phytype < SK_PHYTYPE_MARV_COPPER &&
sk_phytype       1140 dev/pci/if_sk.c 			sc_if->sk_phytype = SK_PHYTYPE_MARV_COPPER;
sk_phytype       1148 dev/pci/if_sk.c 			sc_if->sk_phytype = SK_PHYTYPE_MARV_FIBER;
sk_phytype       1978 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) {
sk_phytype       2076 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_XMAC) {
sk_phytype       2180 dev/pci/if_sk.c 			    sc_if0->sk_phytype == SK_PHYTYPE_BCOM)
sk_phytype       2184 dev/pci/if_sk.c 			    sc_if1->sk_phytype == SK_PHYTYPE_BCOM)
sk_phytype       2228 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) {
sk_phytype       2320 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_XMAC)
sk_phytype       2720 dev/pci/if_sk.c 	if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) {
sk_phytype        219 dev/pci/if_skvar.h 	u_int8_t		sk_phytype;