Searched refs:eh_done_q (Results 1 – 8 of 8) sorted by relevance
245 local eh_done_q using scsi_eh_finish_cmd(). After all scmds are281 - move from local eh_work_q to local eh_done_q295 - scmd is removed from eh_done_q and scmd->eh_entry is cleared443 put on eh_done_q by scsi_eh_finish_cmd(). This function444 flushes eh_done_q by either retrying or notifying upper
227 scsi_eh_finish_cmd(cmd, &sas_ha->eh_done_q); in sas_eh_finish_cmd()724 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()725 scsi_eh_ready_devs(shost, &eh_work_q, &ha->eh_done_q); in sas_scsi_recover_host()733 scsi_eh_flush_done_q(&ha->eh_done_q); in sas_scsi_recover_host()
134 INIT_LIST_HEAD(&sas_ha->eh_done_q); in sas_register_ha()
2259 LIST_HEAD(eh_done_q); in scsi_unjam_host()2267 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()2268 scsi_eh_ready_devs(shost, &eh_work_q, &eh_done_q); in scsi_unjam_host()2274 scsi_eh_flush_done_q(&eh_done_q); in scsi_unjam_host()
378 struct list_head eh_done_q; /* complete via scsi_eh_flush_done_q */ member
665 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in ata_scsi_cmd_error_handler()785 scsi_eh_flush_done_q(&ap->eh_done_q); in ata_scsi_port_error_handler()1189 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in __ata_eh_qc_complete()
5439 INIT_LIST_HEAD(&ap->eh_done_q); in ata_port_alloc()
916 struct list_head eh_done_q; member