Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ale/
H A Dif_ale.c267 sc->ale_flags &= ~ALE_FLAG_LINK; in ale_miibus_statchg()
273 sc->ale_flags |= ALE_FLAG_LINK; in ale_miibus_statchg()
277 sc->ale_flags |= ALE_FLAG_LINK; in ale_miibus_statchg()
495 sc->ale_flags |= ALE_FLAG_JUMBO; in ale_attach()
518 sc->ale_flags |= ALE_FLAG_TXCMB_BUG; in ale_attach()
558 sc->ale_flags |= ALE_FLAG_MSIX; in ale_attach()
569 sc->ale_flags |= ALE_FLAG_MSI; in ale_attach()
584 sc->ale_flags |= ALE_FLAG_PCIE; in ale_attach()
624 sc->ale_flags |= ALE_FLAG_PMCAP; in ale_attach()
2832 sc->ale_flags &= ~ALE_FLAG_LINK; in ale_init_locked()
[all …]
H A Dif_alevar.h198 int ale_flags; member