Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ste/
H A Dif_ste.c269 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()
H A Dif_stereg.h581 int ste_flags; member