Home
last modified time | relevance | path

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

/freebsd-13.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()
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()
H A Dif_stereg.h581 int ste_flags; member