Searched refs:msk_flags (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/msk/
H A Dif_msk.c489 sc_if->msk_flags &= ~MSK_FLAG_LINK;
495 sc_if->msk_flags |= MSK_FLAG_LINK;
501 if ((sc_if->msk_flags & MSK_FLAG_FASTETHER) == 0)
502 sc_if->msk_flags |= MSK_FLAG_LINK;
509 if ((sc_if->msk_flags & MSK_FLAG_LINK) != 0) {
651 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
717 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
785 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
908 if ((sc_if->msk_flags & MSK_FLAG_RAMBUF) == 0)
969 if ((sc_if->msk_flags
[all...]
H A Dif_mskreg.h2560 uint32_t msk_flags; member in struct:msk_if_softc

Completed in 65 milliseconds