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

/freebsd-11.0-release/sys/dev/mii/
H A Dbrgphy.c78 int bce_phy_flags; /* PHY flags transferred from the MAC driver */ member in struct:brgphy_softc
297 if (bce_sc && (bce_sc->bce_phy_flags &
991 (bce_sc->bce_phy_flags & BCE_PHY_SERDES_FLAG)) {
1011 if (bce_sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG)
1040 (bce_sc->bce_phy_flags & BCE_PHY_SERDES_FLAG)) {
1054 if (bce_sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG)
/freebsd-11.0-release/sys/dev/bce/
H A Dif_bce.c786 if (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) {
791 if (sc->bce_phy_flags & BCE_PHY_REMOTE_CAP_FLAG) {
794 sc->bce_phy_flags & BCE_PHY_REMOTE_PORT_FIBER_FLAG ?
1081 sc->bce_phy_flags = 0;
1411 if ((sc->bce_phy_flags & BCE_PHY_REMOTE_CAP_FLAG) != 0)
1430 if (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG)
1438 if ((sc->bce_phy_flags & BCE_PHY_REMOTE_CAP_FLAG) != 0) {
1446 if ((sc->bce_phy_flags & BCE_PHY_REMOTE_PORT_FIBER_FLAG) != 0) {
1447 if (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) {
1588 if ((sc->bce_phy_flags
[all...]
H A Dif_bcereg.h6429 u32 bce_phy_flags; member in struct:bce_softc

Completed in 120 milliseconds