Searched refs:eh_device_reset_handler (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v5.10/drivers/scsi/arm/ |
D | arxescsi.c | 244 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | powertec.c | 287 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | cumana_2.c | 364 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | eesox.c | 481 .eh_device_reset_handler = fas216_eh_device_reset,
|
/Linux-v5.10/include/scsi/ |
D | scsi_host.h | 133 int (* eh_device_reset_handler)(struct scsi_cmnd *); member
|
/Linux-v5.10/drivers/usb/storage/ |
D | scsiglue.c | 613 .eh_device_reset_handler = device_reset,
|
/Linux-v5.10/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 542 if (!shost->hostt->eh_device_reset_handler) in try_to_reset_cmd_device() 545 res = shost->hostt->eh_device_reset_handler(cmd); in try_to_reset_cmd_device()
|
/Linux-v5.10/Documentation/scsi/ |
D | ufs.rst | 148 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and
|
D | scsi_eh.rst | 217 int (* eh_device_reset_handler)(struct scsi_cmnd *); 408 instead of issuing STU, hostt->eh_device_reset_handler()
|
/Linux-v5.10/drivers/scsi/bfa/ |
D | bfad_im.c | 802 .eh_device_reset_handler = bfad_im_reset_lun_handler, 824 .eh_device_reset_handler = bfad_im_reset_lun_handler,
|
/Linux-v5.10/drivers/scsi/isci/ |
D | init.c | 168 .eh_device_reset_handler = sas_eh_device_reset_handler,
|
/Linux-v5.10/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 973 .eh_device_reset_handler= iscsi_eh_device_reset,
|
/Linux-v5.10/drivers/scsi/snic/ |
D | snic_main.c | 122 .eh_device_reset_handler = snic_device_reset,
|
/Linux-v5.10/drivers/scsi/ |
D | scsi_error.c | 903 if (!hostt->eh_device_reset_handler) in scsi_try_bus_device_reset() 906 rtn = hostt->eh_device_reset_handler(scmd); in scsi_try_bus_device_reset()
|
D | a100u2w.c | 1077 .eh_device_reset_handler = inia100_device_reset,
|
D | iscsi_tcp.c | 990 .eh_device_reset_handler= iscsi_eh_device_reset,
|
D | virtio_scsi.c | 751 .eh_device_reset_handler = virtscsi_device_reset,
|
D | xen-scsifront.c | 691 .eh_device_reset_handler = scsifront_dev_reset_handler,
|
D | wd719x.c | 885 .eh_device_reset_handler = wd719x_dev_reset,
|
D | aha1542.c | 1007 .eh_device_reset_handler= aha1542_dev_reset,
|
/Linux-v5.10/drivers/staging/rts5208/ |
D | rtsx.c | 212 .eh_device_reset_handler = device_reset,
|
/Linux-v5.10/drivers/scsi/mvsas/ |
D | mv_init.c | 47 .eh_device_reset_handler = sas_eh_device_reset_handler,
|
/Linux-v5.10/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 638 .eh_device_reset_handler = visorhba_device_reset_handler,
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_scsi.c | 427 .eh_device_reset_handler = zfcp_scsi_eh_device_reset_handler,
|
/Linux-v5.10/drivers/target/loopback/ |
D | tcm_loop.c | 306 .eh_device_reset_handler = tcm_loop_device_reset,
|
123