Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mpr/
HDmpr_sas.c1249 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()
1348 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()
1504 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()
1937 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()
2490 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()
2547 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
HDmpr.c850 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()
859 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()
903 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()
3792 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) in mpr_wait_command()
HDmprvar.h343 #define MPR_FLAGS_DIAGRESET (1 << 4) macro