Lines Matching refs:bge_sc
214 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()
1006 if (bge_sc->bge_phy_flags & BGE_PHY_CRC_BUG) in brgphy_reset()
1008 if (bge_sc->bge_phy_flags & BGE_PHY_JITTER_BUG) in brgphy_reset()
1011 if (bge_sc->bge_flags & BGE_FLAG_JUMBO) in brgphy_reset()
1014 if ((bge_sc->bge_phy_flags & BGE_PHY_NO_WIRESPEED) == 0) in brgphy_reset()
1018 if (bge_sc->bge_phy_flags & BGE_PHY_NO_3LED) { in brgphy_reset()
1025 if (bge_sc->bge_asicrev == BGE_ASICREV_BCM5906) in brgphy_reset()