Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mii/
H A Dbrgphy.c80 int bce_phy_flags; /* PHY flags transferred from the MAC driver */ member
302 if (bce_sc && (bce_sc->bce_phy_flags & in brgphy_attach()
1032 (bce_sc->bce_phy_flags & BCE_PHY_SERDES_FLAG)) { in brgphy_reset()
1051 if (bce_sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) in brgphy_reset()
1080 (bce_sc->bce_phy_flags & BCE_PHY_SERDES_FLAG)) { in brgphy_reset()
1093 if (bce_sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) in brgphy_reset()
/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c1070 sc->bce_phy_flags = 0; in bce_attach()
3059 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
3077 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
3091 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
3101 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
3115 sc->bce_phy_flags |= in bce_get_media()
3123 sc->bce_phy_flags |= BCE_PHY_CRC_FIX_FLAG; in bce_get_media()
6130 if ((sc->bce_phy_flags & in bce_ifmedia_upd_locked()
6144 if ((sc->bce_phy_flags & in bce_ifmedia_upd_locked()
6191 if ((sc->bce_phy_flags & in bce_ifmedia_upd_locked()
[all …]
H A Dif_bcereg.h6356 u32 bce_phy_flags; member