Home | History | Annotate | Download | only in mii

Lines Matching defs:bsc

200 	struct brgphy_softc *bsc = device_private(self);
201 struct mii_softc *sc = &bsc->sc_mii;
221 bsc->sc_isbge = true;
223 bsc->sc_isbnx = true;
226 if (bsc->sc_isbge || bsc->sc_isbnx) {
228 &bsc->sc_phyflags))
231 &bsc->sc_chipid))
235 if (bsc->sc_isbnx) {
238 &bsc->sc_shared_hwcfg))
241 &bsc->sc_port_hwcfg))
251 if (bsc->sc_isbnx)
290 if (bsc->sc_isbnx) {
296 if (bsc->sc_phyflags
809 struct brgphy_softc *bsc = device_private(sc->mii_dev);
850 if (bsc->sc_isbge) {
853 if (bsc->sc_phyflags & BGEPHYF_ADC_BUG)
855 if (bsc->sc_phyflags & BGEPHYF_5704_A0_BUG)
857 if (bsc->sc_phyflags & BGEPHYF_BER_BUG)
859 else if (bsc->sc_phyflags & BGEPHYF_JITTER_BUG) {
863 if (bsc->sc_phyflags
876 if (bsc->sc_phyflags & BGEPHYF_CRC_BUG)
880 if (bsc->sc_phyflags & BGEPHYF_JUMBO_CAPABLE)
889 if (!(bsc->sc_phyflags & BGEPHYF_NO_WIRESPEED))
894 if (bsc->sc_phyflags & BGEPHYF_NO_3LED) {
902 } else if (bsc->sc_isbnx) {
903 uint32_t chip_num = _BNX_CHIP_NUM(bsc->sc_chipid);
904 uint32_t chip_id = _BNX_CHIP_ID(bsc->sc_chipid);
905 uint32_t chip_rev = _BNX_CHIP_REV(bsc->sc_chipid);
935 if (bsc->sc_phyflags & BNX_PHY_2_5G_CAPABLE_FLAG) {
959 if ((bsc->sc_shared_hwcfg & BNX_SHARED_HW_CFG_PHY_BACKPLANE) &&
960 (bsc->sc_port_hwcfg & BNX_PORT_HW_CFG_CFG_TXCTL3_MASK)) {
964 bsc->sc_port_hwcfg &
980 if (bsc->sc_phyflags & BNX_PHY_2_5G_CAPABLE_FLAG) {