Searched refs:eh_device_reset_handler (Results 1 – 25 of 60) sorted by relevance
123
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_eh.rst | 230 int (* eh_device_reset_handler)(struct scsi_cmnd *); 386 hostt->eh_device_reset_handler()替代STU命令。此外,由于我们
|
| H A D | scsi_mid_low_api.rst | 578 - eh_device_reset_handler - 执行SCSI设备复位 679 * eh_device_reset_handler - 发起SCSI设备复位 694 int eh_device_reset_handler(struct scsi_cmnd * scp)
|
| /linux/drivers/scsi/arm/ |
| H A D | arxescsi.c | 248 .eh_device_reset_handler = fas216_eh_device_reset,
|
| H A D | powertec.c | 291 .eh_device_reset_handler = fas216_eh_device_reset,
|
| H A D | cumana_2.c | 368 .eh_device_reset_handler = fas216_eh_device_reset,
|
| H A D | eesox.c | 485 .eh_device_reset_handler = fas216_eh_device_reset,
|
| /linux/include/scsi/ |
| H A D | scsi_host.h | 161 int (* eh_device_reset_handler)(struct scsi_cmnd *); member
|
| H A D | libsas.h | 748 .eh_device_reset_handler = sas_eh_device_reset_handler, \
|
| /linux/drivers/usb/storage/ |
| H A D | scsiglue.c | 628 .eh_device_reset_handler = device_reset,
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_scsi_host.c | 511 if (!shost->hostt->eh_device_reset_handler) in try_to_reset_cmd_device() 514 res = shost->hostt->eh_device_reset_handler(cmd); in try_to_reset_cmd_device()
|
| /linux/Documentation/scsi/ |
| H A D | scsi_eh.rst | 218 int (* eh_device_reset_handler)(struct scsi_cmnd *); 384 instead of issuing STU, hostt->eh_device_reset_handler()
|
| 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 | 802 .eh_device_reset_handler = bfad_im_reset_lun_handler, 825 .eh_device_reset_handler = bfad_im_reset_lun_handler,
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 964 .eh_device_reset_handler= iscsi_eh_device_reset,
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_main.c | 108 .eh_device_reset_handler = snic_device_reset,
|
| /linux/drivers/scsi/ |
| H A D | scsi_error.c | 1013 if (!hostt->eh_device_reset_handler) in scsi_try_bus_device_reset() 1016 rtn = hostt->eh_device_reset_handler(scmd); in scsi_try_bus_device_reset()
|
| H A D | a100u2w.c | 1074 .eh_device_reset_handler = inia100_device_reset,
|
| H A D | iscsi_tcp.c | 1039 .eh_device_reset_handler= iscsi_eh_device_reset,
|
| H A D | aha1542.c | 1044 .eh_device_reset_handler= aha1542_dev_reset,
|
| H A D | wd719x.c | 888 .eh_device_reset_handler = wd719x_dev_reset,
|
| H A D | virtio_scsi.c | 808 .eh_device_reset_handler = virtscsi_device_reset,
|
| H A D | xen-scsifront.c | 779 .eh_device_reset_handler = scsifront_dev_reset_handler,
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 427 .eh_device_reset_handler = zfcp_scsi_eh_device_reset_handler,
|
| /linux/drivers/target/loopback/ |
| H A D | tcm_loop.c | 343 .eh_device_reset_handler = tcm_loop_device_reset,
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 2279 .eh_device_reset_handler = csio_eh_lun_reset_handler, 2298 .eh_device_reset_handler = csio_eh_lun_reset_handler,
|
123