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

/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c490 sc_if->msk_flags &= ~MSK_FLAG_LINK;
496 sc_if->msk_flags |= MSK_FLAG_LINK;
502 if ((sc_if->msk_flags & MSK_FLAG_FASTETHER) == 0)
503 sc_if->msk_flags |= MSK_FLAG_LINK;
510 if ((sc_if->msk_flags & MSK_FLAG_LINK) != 0) {
652 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
718 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
786 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
909 if ((sc_if->msk_flags & MSK_FLAG_RAMBUF) == 0)
966 if ((sc_if->msk_flags
[all...]
H A Dif_mskreg.h2560 uint32_t msk_flags; member in struct:msk_if_softc

Completed in 189 milliseconds