Searched refs:eh_done (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c141 struct completion *eh_done; /* For error handling */ member in struct:sym_ucmd
687 complete(ucmd->eh_done);
702 struct completion eh_done; local
717 init_completion(&eh_done);
719 ucmd->eh_done = &eh_done;
756 if (!wait_for_completion_timeout(&eh_done, 5*HZ)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c868 if (ent->eh_done) {
869 complete(ent->eh_done);
870 ent->eh_done = NULL;
2423 struct completion eh_done; local
2468 init_completion(&eh_done);
2484 ent->eh_done = &eh_done;
2509 if (!wait_for_completion_timeout(&eh_done, 5 * HZ)) {
2511 ent->eh_done = NULL;
H A Desp_scsi.h282 struct completion *eh_done; member in struct:esp_cmd_entry
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c711 ahd->platform_data->eh_done = &done;
717 ahd->platform_data->eh_done = NULL;
1750 if (ahd->platform_data->eh_done)
1751 complete(ahd->platform_data->eh_done);
2241 ahd->platform_data->eh_done = &done;
2247 ahd->platform_data->eh_done = NULL;
H A Daic7xxx_osm.c1783 if (ahc->platform_data->eh_done)
1784 complete(ahc->platform_data->eh_done);
2291 ahc->platform_data->eh_done = &done;
2297 ahc->platform_data->eh_done = NULL;
H A Daic79xx_osm.h366 struct completion *eh_done; member in struct:ahd_platform_data
H A Daic7xxx_osm.h355 struct completion *eh_done; member in struct:ahc_platform_data

Completed in 123 milliseconds