Searched refs:eh_abort_handler (Results 1 – 25 of 93) sorted by relevance
1234
/openbmc/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 | a2091.c | 190 .eh_abort_handler = wd33c93_abort,
|
H A D | a3000.c | 207 .eh_abort_handler = wd33c93_abort,
|
H A D | sgiwd93.c | 212 .eh_abort_handler = wd33c93_abort,
|
H A D | mac_scsi.c | 431 .eh_abort_handler = macscsi_abort,
|
H A D | gvp11.c | 227 .eh_abort_handler = wd33c93_abort,
|
H A D | sun3_scsi.c | 501 .eh_abort_handler = sun3scsi_abort,
|
H A D | atari_scsi.c | 709 .eh_abort_handler = atari_scsi_abort,
|
H A D | scsi_error.c | 234 if (!shost->hostt->eh_abort_handler) { in scsi_abort_command() 1009 if (!hostt->eh_abort_handler) in scsi_try_to_abort_cmd() 1012 return hostt->eh_abort_handler(scmd); in scsi_try_to_abort_cmd()
|
H A D | aha1740.c | 556 .eh_abort_handler = aha1740_eh_abort_handler,
|
H A D | fdomain.c | 504 .eh_abort_handler = fdomain_abort,
|
/openbmc/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,
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | qlogic_stub.c | 72 .eh_abort_handler = qlogicfas408_abort,
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 152 int (* eh_abort_handler)(struct scsi_cmnd *); member
|
/openbmc/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 634 .eh_abort_handler = command_abort,
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi_eh.rst | 217 int (* eh_abort_handler)(struct scsi_cmnd *); 356 hostt->eh_abort_handler() is invoked for each scmd. The 396 *NOTE* If hostt->eh_abort_handler() isn't implemented or
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_im.c | 800 .eh_abort_handler = bfad_im_abort_handler, 823 .eh_abort_handler = bfad_im_abort_handler,
|
/openbmc/linux/drivers/usb/image/ |
H A D | microtek.c | 628 .eh_abort_handler = mts_scsi_abort,
|
1234