> > > + switch (rsp_field->hpb_type) { > > > + case HPB_RSP_REQ_REGION_UPDATE: > > > + WARN_ON(data_seg_len != DEV_DATA_SEG_LEN); > > > + ufshpb_rsp_req_region_update(hpb, rsp_field); > > > + break; > > What about hpb dev reset - oper 0x2? > Yes, I will change. The spec does not define what the host should do in this case, e.g. when the device informs it that the entire db is no longer valid. What are you planning to do?