Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c265 sc->ste_flags &= ~STE_FLAG_LINK; in ste_miibus_statchg()
273 sc->ste_flags |= STE_FLAG_LINK; in ste_miibus_statchg()
280 if ((sc->ste_flags & STE_FLAG_LINK) != 0) { in ste_miibus_statchg()
748 if ((sc->ste_flags & STE_FLAG_LINK) == 0) in ste_tick()
921 sc->ste_flags |= STE_FLAG_ONE_PHY; in ste_attach()
993 if ((sc->ste_flags & STE_FLAG_ONE_PHY) != 0) in ste_attach()
1601 sc->ste_flags &= ~STE_FLAG_LINK; in ste_init_locked()
1891 IFF_DRV_RUNNING || (sc->ste_flags & STE_FLAG_LINK) == 0) in ste_start_locked()
H A Dif_stereg.h579 int ste_flags; member