Home
last modified time | relevance | path

Searched refs:scsi_eh_flush_done_q (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_eh.h14 extern void scsi_eh_flush_done_q(struct list_head *done_q);
/openbmc/linux/Documentation/scsi/
H A Dscsi_eh.rst246 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
290 :ACTION: scsi_eh_flush_done_q() retries scmds or notifies upper
341 scsi_eh_flush_done_q() from retrying the scmd and
438 5. Invoke scsi_eh_flush_done_q().
440 ``scsi_eh_flush_done_q``
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c2195 void scsi_eh_flush_done_q(struct list_head *done_q) in scsi_eh_flush_done_q() function
2229 EXPORT_SYMBOL(scsi_eh_flush_done_q);
2273 scsi_eh_flush_done_q(&eh_done_q); in scsi_unjam_host()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c733 scsi_eh_flush_done_q(&ha->eh_done_q); in sas_scsi_recover_host()
/openbmc/linux/drivers/ata/
H A Dlibata-eh.c761 scsi_eh_flush_done_q(&ap->eh_done_q); in ata_scsi_port_error_handler()