Searched refs:eh_abort_handler (Results 1 – 25 of 50) sorted by relevance
12
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_eh.rst | 229 int (* eh_abort_handler)(struct scsi_cmnd *); 375 *注意* 如果hostt->eh_abort_handler()未实现或返回失败,可能
|
| H A D | scsi_mid_low_api.rst | 576 - eh_abort_handler - 中止指定的SCSI命令 643 * eh_abort_handler - 中止指定的SCSI命令 656 int eh_abort_handler(struct scsi_cmnd * scp)
|
| /linux/drivers/scsi/ |
| H A D | dmx3191d.c | 48 .eh_abort_handler = NCR5380_abort,
|
| H A D | mvme147.c | 77 .eh_abort_handler = wd33c93_abort,
|
| H A D | qlogicfas.c | 194 .eh_abort_handler = qlogicfas408_abort,
|
| H A D | scsi_error.c | 254 if (!shost->hostt->eh_abort_handler) { in scsi_abort_command() 1062 if (!hostt->eh_abort_handler) in scsi_try_to_abort_cmd() 1065 return hostt->eh_abort_handler(scmd); in scsi_try_to_abort_cmd()
|
| H A D | ppa.c | 996 .eh_abort_handler = ppa_abort,
|
| H A D | imm.c | 1110 .eh_abort_handler = imm_abort,
|
| H A D | xen-scsifront.c | 778 .eh_abort_handler = scsifront_eh_abort_handler,
|
| /linux/drivers/scsi/arm/ |
| H A D | oak.c | 108 .eh_abort_handler = NCR5380_abort,
|
| H A D | arxescsi.c | 249 .eh_abort_handler = fas216_eh_abort,
|
| H A D | cumana_1.c | 219 .eh_abort_handler = NCR5380_abort,
|
| H A D | powertec.c | 292 .eh_abort_handler = fas216_eh_abort,
|
| H A D | cumana_2.c | 369 .eh_abort_handler = fas216_eh_abort,
|
| H A D | eesox.c | 486 .eh_abort_handler = fas216_eh_abort,
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | qlogic_stub.c | 72 .eh_abort_handler = qlogicfas408_abort,
|
| /linux/include/scsi/ |
| H A D | scsi_host.h | 160 int (* eh_abort_handler)(struct scsi_cmnd *); member
|
| /linux/Documentation/scsi/ |
| H A D | scsi_eh.rst | 217 int (* eh_abort_handler)(struct scsi_cmnd *); 371 *NOTE* If hostt->eh_abort_handler() isn't implemented or
|
| H A D | ufs.rst | 150 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 801 .eh_abort_handler = bfad_im_abort_handler, 824 .eh_abort_handler = bfad_im_abort_handler,
|
| /linux/drivers/scsi/isci/ |
| H A D | init.c | 159 .eh_abort_handler = sas_eh_abort_handler,
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 963 .eh_abort_handler = iscsi_eh_abort,
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_main.c | 107 .eh_abort_handler = snic_abort_cmd,
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 426 .eh_abort_handler = zfcp_scsi_eh_abort_handler,
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 2278 .eh_abort_handler = csio_eh_abort_handler, 2297 .eh_abort_handler = csio_eh_abort_handler,
|
12