Lines Matching defs:ucd_req_ptr
308 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr;
316 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr;
379 lrbp->ucd_req_ptr->sc.exp_data_transfer_len);
472 ufshcd_hex_dump("UPIU REQ: ", lrbp->ucd_req_ptr,
2354 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
2358 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD(
2361 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD(
2365 ucd_req_ptr->header.dword_2 = 0;
2367 ucd_req_ptr->sc.exp_data_transfer_len = cpu_to_be32(cmd->sdb.length);
2370 memset(ucd_req_ptr->sc.cdb, 0, UFS_CDB_SIZE);
2371 memcpy(ucd_req_ptr->sc.cdb, cmd->cmnd, cdb_len);
2386 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
2391 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD(
2394 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD(
2399 ucd_req_ptr->header.dword_2 =
2402 ucd_req_ptr->header.dword_2 = 0;
2405 memcpy(&ucd_req_ptr->qr, &query->request.upiu_req,
2410 memcpy(ucd_req_ptr + 1, query->descriptor, len);
2417 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
2419 memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req));
2422 ucd_req_ptr->header.dword_0 =
2426 ucd_req_ptr->header.dword_1 = 0;
2427 ucd_req_ptr->header.dword_2 = 0;
2513 lrb->ucd_req_ptr = (struct utp_upiu_req *)(cmd_descp + i);
6431 memcpy(lrbp->ucd_req_ptr, req_upiu, sizeof(*lrbp->ucd_req_ptr));
6437 memcpy(lrbp->ucd_req_ptr + 1, desc_buff, *buff_len);