Searched refs:eh_device_reset_handler (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v4.19/drivers/scsi/arm/ |
D | arxescsi.c | 243 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | powertec.c | 289 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | cumana_2.c | 364 .eh_device_reset_handler = fas216_eh_device_reset,
|
D | eesox.c | 483 .eh_device_reset_handler = fas216_eh_device_reset,
|
/Linux-v4.19/include/scsi/ |
D | scsi_host.h | 134 int (* eh_device_reset_handler)(struct scsi_cmnd *); member
|
/Linux-v4.19/drivers/usb/storage/ |
D | scsiglue.c | 606 .eh_device_reset_handler = device_reset,
|
/Linux-v4.19/Documentation/scsi/ |
D | ufs.txt | 125 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and
|
D | scsi_eh.txt | 198 int (* eh_device_reset_handler)(struct scsi_cmnd *); 375 instead of issuing STU, hostt->eh_device_reset_handler()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 563 if (!shost->hostt->eh_device_reset_handler) in try_to_reset_cmd_device() 566 res = shost->hostt->eh_device_reset_handler(cmd); in try_to_reset_cmd_device()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_im.c | 810 .eh_device_reset_handler = bfad_im_reset_lun_handler, 833 .eh_device_reset_handler = bfad_im_reset_lun_handler,
|
/Linux-v4.19/drivers/scsi/isci/ |
D | init.c | 168 .eh_device_reset_handler = sas_eh_device_reset_handler,
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_main.c | 122 .eh_device_reset_handler = snic_device_reset,
|
/Linux-v4.19/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 997 .eh_device_reset_handler= iscsi_eh_device_reset,
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_error.c | 897 if (!hostt->eh_device_reset_handler) in scsi_try_bus_device_reset() 900 rtn = hostt->eh_device_reset_handler(scmd); in scsi_try_bus_device_reset()
|
D | iscsi_tcp.c | 980 .eh_device_reset_handler= iscsi_eh_device_reset,
|
D | aha1542.c | 950 .eh_device_reset_handler= aha1542_dev_reset,
|
D | virtio_scsi.c | 745 .eh_device_reset_handler = virtscsi_device_reset,
|
D | a100u2w.c | 1077 .eh_device_reset_handler = inia100_device_reset,
|
D | wd719x.c | 879 .eh_device_reset_handler = wd719x_dev_reset,
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx.c | 223 .eh_device_reset_handler = device_reset,
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_scsi.c | 408 .eh_device_reset_handler = zfcp_scsi_eh_device_reset_handler,
|
/Linux-v4.19/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 638 .eh_device_reset_handler = visorhba_device_reset_handler,
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_init.c | 63 .eh_device_reset_handler = sas_eh_device_reset_handler,
|
/Linux-v4.19/drivers/target/loopback/ |
D | tcm_loop.c | 320 .eh_device_reset_handler = tcm_loop_device_reset,
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 72 .eh_device_reset_handler = sas_eh_device_reset_handler,
|
123