Home
last modified time | relevance | path

Searched refs:ucd_req_ptr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c617 hba->ucd_req_ptr = (struct utp_upiu_req *)hba->ucdl; in ufshcd_host_memory_configure()
737 struct utp_upiu_req *ucd_req_ptr = hba->ucd_req_ptr; in ufshcd_prepare_utp_query_req_upiu() local
742 ucd_req_ptr->header.dword_0 = in ufshcd_prepare_utp_query_req_upiu()
745 ucd_req_ptr->header.dword_1 = in ufshcd_prepare_utp_query_req_upiu()
751 ucd_req_ptr->header.dword_2 = in ufshcd_prepare_utp_query_req_upiu()
754 ucd_req_ptr->header.dword_2 = 0; in ufshcd_prepare_utp_query_req_upiu()
757 memcpy(&ucd_req_ptr->qr, &query->request.upiu_req, QUERY_OSF_SIZE); in ufshcd_prepare_utp_query_req_upiu()
761 memcpy(ucd_req_ptr + 1, query->descriptor, len); in ufshcd_prepare_utp_query_req_upiu()
768 struct utp_upiu_req *ucd_req_ptr = hba->ucd_req_ptr; in ufshcd_prepare_utp_nop_upiu() local
770 memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req)); in ufshcd_prepare_utp_nop_upiu()
[all …]
H A Dufs.h728 struct utp_upiu_req *ucd_req_ptr; member
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c317 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_cmd_upiu_trace()
325 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_query_upiu_trace()
391 lrbp->ucd_req_ptr->sc.exp_data_transfer_len); in ufshcd_add_command_trace()
496 ufshcd_hex_dump("UPIU REQ: ", lrbp->ucd_req_ptr, in ufshcd_print_trs()
2506 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_scsi_cmd_upiu() local
2510 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_scsi_cmd_upiu()
2513 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD( in ufshcd_prepare_utp_scsi_cmd_upiu()
2517 ucd_req_ptr->header.dword_2 = 0; in ufshcd_prepare_utp_scsi_cmd_upiu()
2519 ucd_req_ptr->sc.exp_data_transfer_len = cpu_to_be32(cmd->sdb.length); in ufshcd_prepare_utp_scsi_cmd_upiu()
2522 memset(ucd_req_ptr->sc.cdb, 0, UFS_CDB_SIZE); in ufshcd_prepare_utp_scsi_cmd_upiu()
[all …]
H A Dufshcd.h195 struct utp_upiu_req *ucd_req_ptr; member