Searched refs:ste_flags (Results 1 – 2 of 2) sorted by relevance
269 sc->ste_flags &= ~STE_FLAG_LINK; in ste_miibus_statchg()277 sc->ste_flags |= STE_FLAG_LINK; in ste_miibus_statchg()284 if ((sc->ste_flags & STE_FLAG_LINK) != 0) { in ste_miibus_statchg()750 if ((sc->ste_flags & STE_FLAG_LINK) == 0) in ste_tick()923 sc->ste_flags |= STE_FLAG_ONE_PHY; in ste_attach()1000 if ((sc->ste_flags & STE_FLAG_ONE_PHY) != 0) in ste_attach()1609 sc->ste_flags &= ~STE_FLAG_LINK; in ste_init_locked()1899 IFF_DRV_RUNNING || (sc->ste_flags & STE_FLAG_LINK) == 0) in ste_start_locked()
581 int ste_flags; member