Home
last modified time | relevance | path

Searched refs:MPSSAS_TARGET_INRESET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps_sas.h50 #define MPSSAS_TARGET_INRESET (1 << 1) macro
57 MPSSAS_TARGET_INRESET | MPSSAS_TARGET_INCHIPRESET)
H A Dmps_sas.c243 tm->cm_targ->flags &= ~MPSSAS_TARGET_INRESET; in mpssas_free_tm()
1697 if (targ->flags & MPSSAS_TARGET_INRESET) { in mpssas_action_scsiio()
3267 if ((target->flags & MPSSAS_TARGET_INRESET) == 0) { in mpssas_prepare_for_tm()
3272 target->flags |= MPSSAS_TARGET_INRESET; in mpssas_prepare_for_tm()