Thread (16 messages) 16 messages, 4 authors, 2021-03-03

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

From: Daejun Park <hidden>
Date: 2021-03-03 11:28:09
Also in: lkml

quoted
+
+/*
+ * In this driver, WRITE_BUFFER CMD support 36KB (len=9) ~ 512KB
(len=128) as
+ * default. It is possible to change range of transfer_len through
sysfs.
+ */
+static inline bool ufshpb_is_required_wb(struct ufshpb_lu *hpb, int
len)
+{
+       return (len >= hpb->pre_req_min_tr_len &&
 
Here is wrong, should be : len > hpb->pre_req_min_tr_len.
OK, Done.

Thanks,
Daejun 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help