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

/freebsd-current/sys/dev/msk/
H A Dif_msk.c485 sc_if->msk_flags &= ~MSK_FLAG_LINK;
491 sc_if->msk_flags |= MSK_FLAG_LINK;
497 if ((sc_if->msk_flags & MSK_FLAG_FASTETHER) == 0)
498 sc_if->msk_flags |= MSK_FLAG_LINK;
505 if ((sc_if->msk_flags & MSK_FLAG_LINK) != 0) {
649 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
715 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
783 if ((sc_if->msk_flags & MSK_FLAG_DESCV2) == 0 &&
906 if ((sc_if->msk_flags & MSK_FLAG_RAMBUF) == 0)
963 if ((sc_if->msk_flags
[all...]
H A Dif_mskreg.h2561 uint32_t msk_flags; member in struct:msk_if_softc

Completed in 169 milliseconds