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()752 if ((sc->ste_flags & STE_FLAG_LINK) == 0) in ste_tick()925 sc->ste_flags |= STE_FLAG_ONE_PHY; in ste_attach()1002 if ((sc->ste_flags & STE_FLAG_ONE_PHY) != 0) in ste_attach()1611 sc->ste_flags &= ~STE_FLAG_LINK; in ste_init_locked()1901 IFF_DRV_RUNNING || (sc->ste_flags & STE_FLAG_LINK) == 0) in ste_start_locked()
581 int ste_flags; member