eh_done 859 drivers/scsi/aic7xxx/aic79xx_osm.c ahd->platform_data->eh_done = &done; eh_done 865 drivers/scsi/aic7xxx/aic79xx_osm.c ahd->platform_data->eh_done = NULL; eh_done 1872 drivers/scsi/aic7xxx/aic79xx_osm.c if (ahd->platform_data->eh_done) eh_done 1873 drivers/scsi/aic7xxx/aic79xx_osm.c complete(ahd->platform_data->eh_done); eh_done 2363 drivers/scsi/aic7xxx/aic79xx_osm.c ahd->platform_data->eh_done = &done; eh_done 2369 drivers/scsi/aic7xxx/aic79xx_osm.c ahd->platform_data->eh_done = NULL; eh_done 346 drivers/scsi/aic7xxx/aic79xx_osm.h struct completion *eh_done; eh_done 1801 drivers/scsi/aic7xxx/aic7xxx_osm.c if (ahc->platform_data->eh_done) eh_done 1802 drivers/scsi/aic7xxx/aic7xxx_osm.c complete(ahc->platform_data->eh_done); eh_done 2311 drivers/scsi/aic7xxx/aic7xxx_osm.c ahc->platform_data->eh_done = &done; eh_done 2317 drivers/scsi/aic7xxx/aic7xxx_osm.c ahc->platform_data->eh_done = NULL; eh_done 358 drivers/scsi/aic7xxx/aic7xxx_osm.h struct completion *eh_done; eh_done 907 drivers/scsi/esp_scsi.c if (ent->eh_done) { eh_done 908 drivers/scsi/esp_scsi.c complete(ent->eh_done); eh_done 909 drivers/scsi/esp_scsi.c ent->eh_done = NULL; eh_done 2501 drivers/scsi/esp_scsi.c struct completion eh_done; eh_done 2550 drivers/scsi/esp_scsi.c init_completion(&eh_done); eh_done 2566 drivers/scsi/esp_scsi.c ent->eh_done = &eh_done; eh_done 2591 drivers/scsi/esp_scsi.c if (!wait_for_completion_timeout(&eh_done, 5 * HZ)) { eh_done 2593 drivers/scsi/esp_scsi.c ent->eh_done = NULL; eh_done 296 drivers/scsi/esp_scsi.h struct completion *eh_done; eh_done 118 drivers/scsi/sym53c8xx_2/sym_glue.c struct completion *eh_done; /* SCSI error handling */ eh_done 132 drivers/scsi/sym53c8xx_2/sym_glue.c if (ucmd->eh_done) eh_done 133 drivers/scsi/sym53c8xx_2/sym_glue.c complete(ucmd->eh_done); eh_done 588 drivers/scsi/sym53c8xx_2/sym_glue.c struct completion eh_done; eh_done 601 drivers/scsi/sym53c8xx_2/sym_glue.c init_completion(&eh_done); eh_done 606 drivers/scsi/sym53c8xx_2/sym_glue.c sym_data->io_reset = &eh_done; eh_done 659 drivers/scsi/sym53c8xx_2/sym_glue.c init_completion(&eh_done); eh_done 660 drivers/scsi/sym53c8xx_2/sym_glue.c ucmd->eh_done = &eh_done; eh_done 662 drivers/scsi/sym53c8xx_2/sym_glue.c if (!wait_for_completion_timeout(&eh_done, 5*HZ)) { eh_done 663 drivers/scsi/sym53c8xx_2/sym_glue.c ucmd->eh_done = NULL;