Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dbrgphy.c214 struct bge_softc *bge_sc = NULL; in brgphy_attach() local
228 bge_sc = mii_dev_mac_softc(dev); in brgphy_attach()
267 if (bge_sc != NULL) in brgphy_attach()
936 struct bge_softc *bge_sc = NULL; in brgphy_reset() local
992 bge_sc = mii_phy_mac_softc(sc); in brgphy_reset()
996 if (bge_sc) { in brgphy_reset()
998 if (bge_sc->bge_phy_flags & BGE_PHY_5704_A0_BUG) in brgphy_reset()
1000 if (bge_sc->bge_phy_flags & BGE_PHY_ADC_BUG) in brgphy_reset()
1002 if (bge_sc->bge_phy_flags & BGE_PHY_ADJUST_TRIM) in brgphy_reset()
1004 if (bge_sc->bge_phy_flags & BGE_PHY_BER_BUG) in brgphy_reset()
[all …]