Searched refs:bge_phy_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mii/
H A Dbrgphy.c960 if (bge_sc->bge_phy_flags & BGE_PHY_5704_A0_BUG)
962 if (bge_sc->bge_phy_flags & BGE_PHY_ADC_BUG)
964 if (bge_sc->bge_phy_flags & BGE_PHY_ADJUST_TRIM)
966 if (bge_sc->bge_phy_flags & BGE_PHY_BER_BUG)
968 if (bge_sc->bge_phy_flags & BGE_PHY_CRC_BUG)
970 if (bge_sc->bge_phy_flags & BGE_PHY_JITTER_BUG)
976 if ((bge_sc->bge_phy_flags & BGE_PHY_NO_WIRESPEED) == 0)
980 if (bge_sc->bge_phy_flags & BGE_PHY_NO_3LED) {
/freebsd-11.0-release/sys/dev/bge/
H A Dif_bge.c3546 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED;
3801 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED;
3809 sc->bge_phy_flags |= BGE_PHY_CRC_BUG;
3812 sc->bge_phy_flags |= BGE_PHY_ADC_BUG;
3814 sc->bge_phy_flags |= BGE_PHY_5704_A0_BUG;
3816 sc->bge_phy_flags |= BGE_PHY_NO_3LED;
3828 sc->bge_phy_flags |= BGE_PHY_JITTER_BUG;
3830 sc->bge_phy_flags |= BGE_PHY_ADJUST_TRIM;
3832 sc->bge_phy_flags |= BGE_PHY_BER_BUG;
3843 sc->bge_phy_flags |
[all...]
H A Dif_bgereg.h3009 uint32_t bge_phy_flags; member in struct:bge_softc

Completed in 165 milliseconds