Home
last modified time | relevance | path

Searched refs:scsi_eh_get_sense (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_priv.h100 int scsi_eh_get_sense(struct list_head *work_q,
H A Dscsi_error.c1304 int scsi_eh_get_sense(struct list_head *work_q, in scsi_eh_get_sense() function
1375 EXPORT_SYMBOL_GPL(scsi_eh_get_sense);
2267 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()
/linux/Documentation/scsi/
H A Dscsi_eh.rst315 2. Invoke scsi_eh_get_sense.
317 ``scsi_eh_get_sense``
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c724 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()