Home
last modified time | relevance | path

Searched refs:eh_done_q (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c229 scsi_eh_finish_cmd(cmd, &sas_ha->eh_done_q); in sas_eh_finish_cmd()
756 sas_ata_eh(shost, &eh_work_q, &ha->eh_done_q); in sas_scsi_recover_host()
757 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()
758 scsi_eh_ready_devs(shost, &eh_work_q, &ha->eh_done_q); in sas_scsi_recover_host()
766 scsi_eh_flush_done_q(&ha->eh_done_q); in sas_scsi_recover_host()
H A Dsas_init.c137 INIT_LIST_HEAD(&sas_ha->eh_done_q); in sas_register_ha()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_eh.rst244 local eh_done_q using scsi_eh_finish_cmd(). After all scmds are
280 - move from local eh_work_q to local eh_done_q
294 - scmd is removed from eh_done_q and scmd->eh_entry is cleared
442 put on eh_done_q by scsi_eh_finish_cmd(). This function
443 flushes eh_done_q by either retrying or notifying upper
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c2159 LIST_HEAD(eh_done_q); in scsi_unjam_host()
2167 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()
2168 scsi_eh_ready_devs(shost, &eh_work_q, &eh_done_q); in scsi_unjam_host()
2174 scsi_eh_flush_done_q(&eh_done_q); in scsi_unjam_host()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h396 struct list_head eh_done_q; /* complete via scsi_eh_flush_done_q */ member
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-eh.c627 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in ata_scsi_cmd_error_handler()
749 scsi_eh_flush_done_q(&ap->eh_done_q); in ata_scsi_port_error_handler()
1170 scsi_eh_finish_cmd(scmd, &ap->eh_done_q); in __ata_eh_qc_complete()
H A Dlibata-core.c5322 INIT_LIST_HEAD(&ap->eh_done_q); in ata_port_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h867 struct list_head eh_done_q; member