eh_reset         2130 drivers/scsi/esp_scsi.c 		if (esp->eh_reset) {
eh_reset         2131 drivers/scsi/esp_scsi.c 			complete(esp->eh_reset);
eh_reset         2132 drivers/scsi/esp_scsi.c 			esp->eh_reset = NULL;
eh_reset         2617 drivers/scsi/esp_scsi.c 	struct completion eh_reset;
eh_reset         2620 drivers/scsi/esp_scsi.c 	init_completion(&eh_reset);
eh_reset         2624 drivers/scsi/esp_scsi.c 	esp->eh_reset = &eh_reset;
eh_reset         2638 drivers/scsi/esp_scsi.c 	if (!wait_for_completion_timeout(&eh_reset, 5 * HZ)) {
eh_reset         2640 drivers/scsi/esp_scsi.c 		esp->eh_reset = NULL;
eh_reset          524 drivers/scsi/esp_scsi.h 	struct completion	*eh_reset;
eh_reset          227 drivers/scsi/scsi_error.c 		if (sdrv->eh_reset)
eh_reset          228 drivers/scsi/scsi_error.c 			sdrv->eh_reset(scmd);
eh_reset          581 drivers/scsi/sd.c 	.eh_reset		= sd_eh_reset,
eh_reset           21 include/scsi/scsi_driver.h 	void (*eh_reset)(struct scsi_cmnd *);