Home
last modified time | relevance | path

Searched refs:scsi_noretry_cmd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_priv.h84 int scsi_noretry_cmd(struct scsi_cmnd *scmd);
H A Dscsi_error.c161 } else if (!scsi_noretry_cmd(scmd) && in scmd_eh_abort_handler()
1736 * scsi_noretry_cmd - determine if command should be failed fast
1739 int scsi_noretry_cmd(struct scsi_cmnd *scmd) in scsi_noretry_cmd() function
1959 if (scsi_cmd_retry_allowed(scmd) && !scsi_noretry_cmd(scmd)) { in scsi_decide_disposition()
2105 !scsi_noretry_cmd(scmd) && scsi_cmd_retry_allowed(scmd)) { in scsi_eh_flush_done_q()
H A Dscsi_lib.c974 if (unlikely(blk_stat && scsi_noretry_cmd(cmd))) { in scsi_io_completion()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_priv.h102 bool scsi_noretry_cmd(struct scsi_cmnd *scmd);
H A Dscsi_error.c198 if (!scsi_noretry_cmd(scmd) && in scmd_eh_abort_handler()
1821 * scsi_noretry_cmd - determine if command should be failed fast
1824 bool scsi_noretry_cmd(struct scsi_cmnd *scmd) in scsi_noretry_cmd() function
2053 if (scsi_cmd_retry_allowed(scmd) && !scsi_noretry_cmd(scmd)) { in scsi_decide_disposition()
2203 if (scsi_device_online(sdev) && !scsi_noretry_cmd(scmd) && in scsi_eh_flush_done_q()
H A Dscsi_lib.c981 if (unlikely(blk_stat && scsi_noretry_cmd(cmd))) { in scsi_io_completion()

Completed in 15 milliseconds