Lines Matching refs:eh_done
118 struct completion *eh_done; /* SCSI error handling */ member
131 if (ucmd->eh_done) in sym_xpt_done()
132 complete(ucmd->eh_done); in sym_xpt_done()
580 struct completion eh_done; in sym53c8xx_eh_abort_handler() local
606 init_completion(&eh_done); in sym53c8xx_eh_abort_handler()
607 ucmd->eh_done = &eh_done; in sym53c8xx_eh_abort_handler()
609 if (!wait_for_completion_timeout(&eh_done, 5*HZ)) { in sym53c8xx_eh_abort_handler()
610 ucmd->eh_done = NULL; in sym53c8xx_eh_abort_handler()
631 struct completion eh_done; in sym53c8xx_eh_target_reset_handler() local
656 init_completion(&eh_done); in sym53c8xx_eh_target_reset_handler()
657 ucmd->eh_done = &eh_done; in sym53c8xx_eh_target_reset_handler()
659 if (!wait_for_completion_timeout(&eh_done, 5*HZ)) { in sym53c8xx_eh_target_reset_handler()
660 ucmd->eh_done = NULL; in sym53c8xx_eh_target_reset_handler()
702 struct completion eh_done; in sym53c8xx_eh_host_reset_handler() local
715 init_completion(&eh_done); in sym53c8xx_eh_host_reset_handler()
720 sym_data->io_reset = &eh_done; in sym53c8xx_eh_host_reset_handler()