Searched refs:SCMD_STATE_INFLIGHT (Results 1 – 5 of 5) sorted by relevance
66 #define SCMD_STATE_INFLIGHT 1 macro
379 __clear_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_dec_host_busy()1515 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_host_queue_ready()1702 bool in_flight = test_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()1719 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()
618 if (test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in scsi_host_check_in_flight()
334 WARN_ON_ONCE(!test_bit(SCMD_STATE_INFLIGHT, &scmd->state)); in scsi_eh_scmd_add()
9062 if (!test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in sdebug_blk_mq_poll_iter()