Searched refs:eh_done_q (Results 1 – 8 of 8) sorted by relevance
242 local eh_done_q using scsi_eh_finish_cmd(). After all scmds are278 - move from local eh_work_q to local eh_done_q292 - scmd is removed from eh_done_q and scmd->eh_entry is cleared440 put on eh_done_q by scsi_eh_finish_cmd(). This function441 flushes eh_done_q by either retrying or notifying upper
228 scsi_eh_finish_cmd(cmd, &sas_ha->eh_done_q); in sas_eh_finish_cmd()760 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()761 scsi_eh_ready_devs(shost, &eh_work_q, &ha->eh_done_q); in sas_scsi_recover_host()769 scsi_eh_flush_done_q(&ha->eh_done_q); in sas_scsi_recover_host()
137 INIT_LIST_HEAD(&sas_ha->eh_done_q); in sas_register_ha()
2196 LIST_HEAD(eh_done_q); in scsi_unjam_host()2204 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()2205 scsi_eh_ready_devs(shost, &eh_work_q, &eh_done_q); in scsi_unjam_host()2211 scsi_eh_flush_done_q(&eh_done_q); in scsi_unjam_host()
397 struct list_head eh_done_q; /* complete via scsi_eh_flush_done_q */ member
626 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in ata_scsi_cmd_error_handler()748 scsi_eh_flush_done_q(&ap->eh_done_q); in ata_scsi_port_error_handler()1166 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in __ata_eh_qc_complete()
5314 INIT_LIST_HEAD(&ap->eh_done_q); in ata_port_alloc()
841 struct list_head eh_done_q; member