Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_priv.h82 int scsi_eh_get_sense(struct list_head *work_q,
H A Dscsi_error.c1224 int scsi_eh_get_sense(struct list_head *work_q, in scsi_eh_get_sense() function
1295 EXPORT_SYMBOL_GPL(scsi_eh_get_sense);
2167 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_eh.rst314 2. Invoke scsi_eh_get_sense.
316 ``scsi_eh_get_sense``
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c757 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()