Lines Matching refs:bge_phy_flags
3555 sc->bge_phy_flags |= BGEPHYF_NO_WIRESPEED;
3562 sc->bge_phy_flags |= BGEPHYF_NO_WIRESPEED;
3567 sc->bge_phy_flags |= BGEPHYF_CRC_BUG;
3570 sc->bge_phy_flags |= BGEPHYF_ADC_BUG;
3572 sc->bge_phy_flags |= BGEPHYF_5704_A0_BUG;
3576 sc->bge_phy_flags |= BGEPHYF_NO_3LED;
3588 sc->bge_phy_flags |= BGEPHYF_JITTER_BUG;
3590 sc->bge_phy_flags |= BGEPHYF_ADJUST_TRIM;
3592 sc->bge_phy_flags |= BGEPHYF_BER_BUG;
3934 sc->bge_phy_flags |= BGEPHYF_NO_WIRESPEED;
3939 /* Set bge_phy_flags before prop_dictionary_set_uint32() */
3941 sc->bge_phy_flags |= BGEPHYF_JUMBO_CAPABLE;
3945 prop_dictionary_set_uint32(dict, "phyflags", sc->bge_phy_flags);
6499 if (sc->bge_phy_flags & BGEPHYF_NO_3LED)
6501 if (sc->bge_phy_flags & BGEPHYF_CRC_BUG)
6503 if (sc->bge_phy_flags & BGEPHYF_ADC_BUG)
6505 if (sc->bge_phy_flags & BGEPHYF_5704_A0_BUG)
6507 if (sc->bge_phy_flags & BGEPHYF_JITTER_BUG)
6509 if (sc->bge_phy_flags & BGEPHYF_BER_BUG)
6511 if (sc->bge_phy_flags & BGEPHYF_ADJUST_TRIM)
6513 if (sc->bge_phy_flags & BGEPHYF_NO_WIRESPEED)