Searched refs:MPR_FLAGS_DIAGRESET (Results 1 – 3 of 3) sorted by relevance
1249 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()
850 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()
343 #define MPR_FLAGS_DIAGRESET (1 << 4) macro