Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sk/
H A Dif_sk.c513 if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) { in sk_xmac_miibus_readreg()
571 if (sc_if->sk_phytype != SK_PHYTYPE_XMAC) { in sk_xmac_miibus_statchg()
1382 switch(sc_if->sk_phytype) { in sk_attach()
1391 sc_if->sk_phytype); in sk_attach()
1407 sc_if->sk_phytype = SK_PHYTYPE_MARV_FIBER; in sk_attach()
1439 if (sc_if->sk_phytype == SK_PHYTYPE_XMAC) in sk_attach()
2839 if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) { in sk_tick()
2945 if (sc_if->sk_phytype == SK_PHYTYPE_XMAC) { in sk_intr_xmac()
3107 if (sc_if->sk_phytype == SK_PHYTYPE_BCOM) { in sk_init_xmac()
3196 if (sc_if->sk_phytype == SK_PHYTYPE_XMAC) in sk_init_xmac()
[all …]
H A Dif_skreg.h1481 int sk_phytype; member