Home
last modified time | relevance | path

Searched refs:scsi_decide_disposition (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_eh.rst60 SCSI_SOFTIRQ handler scsi_softirq calls scsi_decide_disposition() to
61 determine what to do with the command. scsi_decide_disposition()
327 with scsi_done(). scsi_decide_disposition() always returns
330 scsi_decide_disposition() is called again.
336 2. Invoke scsi_decide_disposition() on the scmd
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_priv.h76 extern int scsi_decide_disposition(struct scsi_cmnd *cmd);
H A Dscsi_error.c1268 rtn = scsi_decide_disposition(scmd); in scsi_eh_get_sense()
1791 int scsi_decide_disposition(struct scsi_cmnd *scmd) in scsi_decide_disposition() function
H A Dscsi_lib.c1437 disposition = scsi_decide_disposition(cmd); in scsi_softirq_done()