Home
last modified time | relevance | path

Searched refs:eh_abort_handler (Results 1 – 25 of 94) sorted by relevance

1234

/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_eh.rst229 int (* eh_abort_handler)(struct scsi_cmnd *);
375 *注意* 如果hostt->eh_abort_handler()未实现或返回失败,可能
H A Dscsi_mid_low_api.rst576 - eh_abort_handler - 中止指定的SCSI命令
643 * eh_abort_handler - 中止指定的SCSI命令
656 int eh_abort_handler(struct scsi_cmnd * scp)
/linux/drivers/scsi/
H A Ddmx3191d.c48 .eh_abort_handler = NCR5380_abort,
H A Dmvme147.c77 .eh_abort_handler = wd33c93_abort,
H A Dqlogicfas.c194 .eh_abort_handler = qlogicfas408_abort,
H A Da2091.c190 .eh_abort_handler = wd33c93_abort,
H A Da3000.c207 .eh_abort_handler = wd33c93_abort,
H A Dsgiwd93.c212 .eh_abort_handler = wd33c93_abort,
H A Dmac_scsi.c431 .eh_abort_handler = macscsi_abort,
H A Dgvp11.c227 .eh_abort_handler = wd33c93_abort,
H A Dscsi_error.c234 if (!shost->hostt->eh_abort_handler) { in scsi_abort_command()
1042 if (!hostt->eh_abort_handler) in scsi_try_to_abort_cmd()
1045 return hostt->eh_abort_handler(scmd); in scsi_try_to_abort_cmd()
H A Datari_scsi.c709 .eh_abort_handler = atari_scsi_abort,
H A Dsun3_scsi.c501 .eh_abort_handler = sun3scsi_abort,
H A Dfdomain.c505 .eh_abort_handler = fdomain_abort,
H A Daha1740.c556 .eh_abort_handler = aha1740_eh_abort_handler,
/linux/drivers/scsi/arm/
H A Doak.c108 .eh_abort_handler = NCR5380_abort,
H A Darxescsi.c249 .eh_abort_handler = fas216_eh_abort,
H A Dcumana_1.c219 .eh_abort_handler = NCR5380_abort,
H A Dpowertec.c292 .eh_abort_handler = fas216_eh_abort,
H A Dcumana_2.c369 .eh_abort_handler = fas216_eh_abort,
/linux/drivers/scsi/pcmcia/
H A Dqlogic_stub.c72 .eh_abort_handler = qlogicfas408_abort,
/linux/include/scsi/
H A Dscsi_host.h160 int (* eh_abort_handler)(struct scsi_cmnd *); member
/linux/drivers/usb/storage/
H A Dscsiglue.c627 .eh_abort_handler = command_abort,
/linux/Documentation/scsi/
H A Dscsi_eh.rst217 int (* eh_abort_handler)(struct scsi_cmnd *);
371 *NOTE* If hostt->eh_abort_handler() isn't implemented or
/linux/drivers/scsi/bfa/
H A Dbfad_im.c801 .eh_abort_handler = bfad_im_abort_handler,
824 .eh_abort_handler = bfad_im_abort_handler,

1234