Searched refs:MPR_FLAGS_DIAGRESET (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr.c686 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) {
696 sc->mpr_flags |= MPR_FLAGS_DIAGRESET;
740 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET;
2580 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET)
H A Dmprvar.h255 #define MPR_FLAGS_DIAGRESET (1 << 4) macro
H A Dmpr_sas.c1257 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) {
1345 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) {
1490 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) {
1759 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) {
2215 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) {
2265 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0)
2282 * set, the second is in the MPR_FLAGS_DIAGRESET above.

Completed in 115 milliseconds