Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_eh.rst116 scsi_abort_command()发起异步中止操作,该操作最多
130 当命令超时触发后,系统会通过scsi_abort_command()调度异
/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
/linux/drivers/scsi/
H A Dscsi_error.c228 scsi_abort_command(struct scsi_cmnd *scmd) in scsi_abort_command() function
374 if (scsi_abort_command(scmd) != SUCCESS) { in scsi_timeout()