Searched refs:scsi_noretry_cmd (Results 1 – 3 of 3) sorted by relevance
102 bool scsi_noretry_cmd(struct scsi_cmnd *scmd);
198 if (!scsi_noretry_cmd(scmd) && in scmd_eh_abort_handler()1822 bool scsi_noretry_cmd(struct scsi_cmnd *scmd) in scsi_noretry_cmd() function2051 if (scsi_cmd_retry_allowed(scmd) && !scsi_noretry_cmd(scmd)) { in scsi_decide_disposition()2200 !scsi_noretry_cmd(scmd) && scsi_cmd_retry_allowed(scmd) && in scsi_eh_flush_done_q()
979 if (unlikely(blk_stat && scsi_noretry_cmd(cmd))) { in scsi_io_completion()