Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scsi/
H A Dscsi_eh.rst106 2. scsi_abort_command() is invoked to schedule an asynchronous abort which may
120 scsi_abort_command(). If the abort is successful the command
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c228 scsi_abort_command(struct scsi_cmnd *scmd) in scsi_abort_command() function
364 if (scsi_abort_command(scmd) != SUCCESS) { in scsi_timeout()