Lines Matching refs:transfer_len
85 static bool ufshpb_is_supported_chunk(struct ufshpb_lu *hpb, int transfer_len) in ufshpb_is_supported_chunk() argument
87 return transfer_len <= hpb->pre_req_max_tr_len; in ufshpb_is_supported_chunk()
326 __be64 ppn, u8 transfer_len) in ufshpb_set_hpb_read_to_upiu() argument
337 cdb[14] = transfer_len; in ufshpb_set_hpb_read_to_upiu()
355 int transfer_len, rgn_idx, srgn_idx, srgn_offset; in ufshpb_prep() local
376 transfer_len = sectors_to_logical(cmd->device, in ufshpb_prep()
378 if (unlikely(!transfer_len)) in ufshpb_prep()
389 transfer_len, true); in ufshpb_prep()
393 if (!ufshpb_is_supported_chunk(hpb, transfer_len)) in ufshpb_prep()
402 transfer_len, false); in ufshpb_prep()
411 transfer_len)) { in ufshpb_prep()
430 ufshpb_set_hpb_read_to_upiu(hba, lrbp, ppn, transfer_len); in ufshpb_prep()