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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c131 struct completion *eh_done; /* SCSI error handling */ member in struct:sym_ucmd
145 if (ucmd->eh_done)
146 complete(ucmd->eh_done);
576 struct completion eh_done; local
589 init_completion(&eh_done);
594 sym_data->io_reset = &eh_done;
647 init_completion(&eh_done);
648 ucmd->eh_done = &eh_done;
650 if (!wait_for_completion_timeout(&eh_done,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.c866 if (ent->eh_done) {
867 complete(ent->eh_done);
868 ent->eh_done = NULL;
2440 struct completion eh_done; local
2485 init_completion(&eh_done);
2501 ent->eh_done = &eh_done;
2526 if (!wait_for_completion_timeout(&eh_done, 5 * HZ)) {
2528 ent->eh_done = NULL;
H A Desp_scsi.h282 struct completion *eh_done; member in struct:esp_cmd_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c837 ahd->platform_data->eh_done = &done;
843 ahd->platform_data->eh_done = NULL;
1865 if (ahd->platform_data->eh_done)
1866 complete(ahd->platform_data->eh_done);
2356 ahd->platform_data->eh_done = &done;
2362 ahd->platform_data->eh_done = NULL;
H A Daic79xx_osm.h350 struct completion *eh_done; member in struct:ahd_platform_data
H A Daic7xxx_osm.c1819 if (ahc->platform_data->eh_done)
1820 complete(ahc->platform_data->eh_done);
2327 ahc->platform_data->eh_done = &done;
2333 ahc->platform_data->eh_done = NULL;
H A Daic7xxx_osm.h355 struct completion *eh_done; member in struct:ahc_platform_data

Completed in 113 milliseconds