Searched refs:scsi_abort_command (Results 1 – 3 of 3) sorted by relevance
116 scsi_abort_command()发起异步中止操作,该操作最多130 当命令超时触发后,系统会通过scsi_abort_command()调度异
106 2. scsi_abort_command() is invoked to schedule an asynchronous abort which may120 scsi_abort_command(). If the abort is successful the command
228 scsi_abort_command(struct scsi_cmnd *scmd) in scsi_abort_command() function374 if (scsi_abort_command(scmd) != SUCCESS) { in scsi_timeout()