Searched refs:qa_indx (Results 1 – 1 of 1) sorted by relevance
615 int qa_indx; member3443 int qa_indx; in sdebug_q_cmd_complete() local3451 qa_indx = indx; in sdebug_q_cmd_complete()3452 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) { in sdebug_q_cmd_complete()3453 pr_err("wild qa_indx=%d\n", qa_indx); in sdebug_q_cmd_complete()3457 sqcp = &queued_arr[qa_indx]; in sdebug_q_cmd_complete()3473 if (!test_and_clear_bit(qa_indx, queued_in_use_bm)) { in sdebug_q_cmd_complete()3483 if (qa_indx >= retval) { in sdebug_q_cmd_complete()3502 int qa_indx; in sdebug_q_cmd_hrt_complete() local3511 qa_indx = sd_hrtp->qa_indx; in sdebug_q_cmd_hrt_complete()[all …]