Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
HDif_bce.c637 (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG)) { in bce_print_adapter_info()
641 if (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) in bce_print_adapter_info()
971 if (sc->bce_phy_flags & BCE_PHY_2_5G_CAPABLE_FLAG) in bce_attach()
1266 if (sc->bce_phy_flags & BCE_PHY_INT_MODE_AUTO_POLLING_FLAG) { in bce_miibus_read_reg()
1303 if (sc->bce_phy_flags & BCE_PHY_INT_MODE_AUTO_POLLING_FLAG) { in bce_miibus_read_reg()
1334 if (sc->bce_phy_flags & BCE_PHY_INT_MODE_AUTO_POLLING_FLAG) { in bce_miibus_write_reg()
1362 if (sc->bce_phy_flags & BCE_PHY_INT_MODE_AUTO_POLLING_FLAG) { in bce_miibus_write_reg()
1884 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
1900 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
1908 sc->bce_phy_flags |= BCE_PHY_SERDES_FLAG; in bce_get_media()
[all …]
HDif_bcereg.h5962 uint32_t bce_phy_flags; member