Lines Matching refs:ucd_req_ptr
313 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_cmd_upiu_trace()
321 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_query_upiu_trace()
368 lrbp->ucd_req_ptr->sc.exp_data_transfer_len); in ufshcd_add_command_trace()
456 ufshcd_hex_dump("UPIU REQ: ", lrbp->ucd_req_ptr, in ufshcd_print_trs()
2225 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_scsi_cmd_upiu() local
2229 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_scsi_cmd_upiu()
2232 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_scsi_cmd_upiu()
2236 ucd_req_ptr->header.dword_2 = 0; in ufshcd_prepare_utp_scsi_cmd_upiu()
2238 ucd_req_ptr->sc.exp_data_transfer_len = in ufshcd_prepare_utp_scsi_cmd_upiu()
2242 memset(ucd_req_ptr->sc.cdb, 0, MAX_CDB_SIZE); in ufshcd_prepare_utp_scsi_cmd_upiu()
2243 memcpy(ucd_req_ptr->sc.cdb, lrbp->cmd->cmnd, cdb_len); in ufshcd_prepare_utp_scsi_cmd_upiu()
2258 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_query_req_upiu() local
2261 u8 *descp = (u8 *)lrbp->ucd_req_ptr + GENERAL_UPIU_REQUEST_SIZE; in ufshcd_prepare_utp_query_req_upiu()
2264 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_query_req_upiu()
2267 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_query_req_upiu()
2272 ucd_req_ptr->header.dword_2 = in ufshcd_prepare_utp_query_req_upiu()
2275 ucd_req_ptr->header.dword_2 = 0; in ufshcd_prepare_utp_query_req_upiu()
2278 memcpy(&ucd_req_ptr->qr, &query->request.upiu_req, in ufshcd_prepare_utp_query_req_upiu()
2290 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_nop_upiu() local
2292 memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req)); in ufshcd_prepare_utp_nop_upiu()
2295 ucd_req_ptr->header.dword_0 = in ufshcd_prepare_utp_nop_upiu()
2299 ucd_req_ptr->header.dword_1 = 0; in ufshcd_prepare_utp_nop_upiu()
2300 ucd_req_ptr->header.dword_2 = 0; in ufshcd_prepare_utp_nop_upiu()
3450 hba->lrb[i].ucd_req_ptr = in ufshcd_host_memory_configure()