Searched refs:MPS_FLAGS_DIAGRESET (Results 1 – 3 of 3) sorted by relevance
1192 if ((sc->mps_flags & MPS_FLAGS_DIAGRESET) != 0) { in mpssas_logical_unit_reset_complete()1289 if ((sc->mps_flags & MPS_FLAGS_DIAGRESET) != 0) { in mpssas_target_reset_complete()1426 if ((sc->mps_flags & MPS_FLAGS_DIAGRESET) != 0) { in mpssas_abort_complete()1707 if (cm == NULL || (sc->mps_flags & MPS_FLAGS_DIAGRESET)) { in mpssas_action_scsiio()2033 } else if ((sc->mps_flags & MPS_FLAGS_DIAGRESET) != 0) { in mpssas_scsiio_complete()2084 if ((sc->mps_flags & MPS_FLAGS_DIAGRESET) != 0) in mpssas_scsiio_complete()
820 if (sc->mps_flags & MPS_FLAGS_DIAGRESET) { in mps_reinit()828 sc->mps_flags |= MPS_FLAGS_DIAGRESET; in mps_reinit()874 sc->mps_flags &= ~MPS_FLAGS_DIAGRESET; in mps_reinit()3075 if (sc->mps_flags & MPS_FLAGS_DIAGRESET) in mps_wait_command()
308 #define MPS_FLAGS_DIAGRESET (1 << 4) macro