Searched refs:MPS_CM_STATE_FREE (Results 1 – 2 of 2) sorted by relevance
259 #define MPS_CM_STATE_FREE 0 macro528 cm->cm_state = MPS_CM_STATE_FREE; in mps_free_command()552 KASSERT(cm->cm_state == MPS_CM_STATE_FREE, ("mps: Allocating busy command")); in mps_alloc_command()571 cm->cm_state = MPS_CM_STATE_FREE; in mps_free_high_priority_command()589 KASSERT(cm->cm_state == MPS_CM_STATE_FREE, ("mps: Allocating busy command")); in mps_alloc_high_priority_command()
1065 if ((completed == 0) && (cm->cm_state != MPS_CM_STATE_FREE)) { in mpssas_complete_all_commands()1500 if (cm->cm_state == MPS_CM_STATE_FREE) { in mpssas_scsiio_timeout()