Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dbrgphy.c180 detect_hs21(struct bce_softc *bce_sc) in detect_hs21() argument
190 if (bce_sc->bce_chipid == hs21_type_lists[i].id && in detect_hs21()
215 struct bce_softc *bce_sc = NULL; in brgphy_attach() local
230 bce_sc = mii_dev_mac_softc(dev); in brgphy_attach()
299 if (bce_sc && (bce_sc->bce_phy_flags & in brgphy_attach()
305 } else if ((bsc->serdes_flags & BRGPHY_5708S) && bce_sc && in brgphy_attach()
306 (detect_hs21(bce_sc) != 0)) { in brgphy_attach()
937 struct bce_softc *bce_sc = NULL; in brgphy_reset() local
994 bce_sc = mii_phy_mac_softc(sc); in brgphy_reset()
1027 } else if (bce_sc) { in brgphy_reset()
[all …]