Home
last modified time | relevance | path

Searched refs:scsi_abort_command (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/scsi/
Dscsi_eh.rst103 2. scsi_abort_command() is invoked to schedule an asynchronous abort which may
117 scsi_abort_command(). If the abort is successful the command
/Linux-v6.1/drivers/scsi/
Dscsi_error.c228 scsi_abort_command(struct scsi_cmnd *scmd) in scsi_abort_command() function
359 if (scsi_abort_command(scmd) != SUCCESS) { in scsi_timeout()