Thread (14 messages) 14 messages, 3 authors, 2021-02-26

RE: [PATCH v24 4/4] scsi: ufs: Add HPB 2.0 support

From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-02-24 10:25:53
Also in: lkml

+static int ufshpb_issue_umap_all_req(struct ufshpb_lu *hpb)
Maybe ufshpb_issue_umap_all_req is just a wrapper for ufshpb_issue_umap_req?
e.g it calls ufshpb_issue_umap_req(hpb, int read_buferr_id = 0x3) ?
Then on host mode inactivation:
static int ufshpb_issue_umap_single_req(struct ufshpb_lu *hpb)
{
	return ufshpb_issue_umap_req(hpb, 0x1);
}
quoted hunk ↗ jump to hunk
@@ -1691,6 +2180,7 @@ static void ufshpb_hpb_lu_prepared(struct ufs_hba
*hba)
                        ufshpb_set_state(hpb, HPB_PRESENT);
                        if ((hpb->lu_pinned_end - hpb->lu_pinned_start) > 0)
                                queue_work(ufshpb_wq, &hpb->map_work);
+                       ufshpb_issue_umap_all_req(hpb);
If (!is_legacy)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help