Home
last modified time | relevance | path

Searched refs:utp_upiu_rsp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c619 (struct utp_upiu_rsp *)&hba->ucdl->response_upiu; in ufshcd_host_memory_configure()
763 memset(hba->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_query_req_upiu()
779 memset(hba->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_nop_upiu()
845 static inline int ufshcd_get_req_rsp(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_req_rsp()
859 static inline int ufshcd_get_rsp_upiu_result(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_rsp_upiu_result()
1404 memset(hba->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_scsi_cmd_upiu()
H A Dufs.h462 struct utp_upiu_rsp { struct
729 struct utp_upiu_rsp *ucd_rsp_ptr;
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs.h518 struct utp_upiu_rsp { struct
H A Dufshcd.c501 sizeof(struct utp_upiu_rsp)); in ufshcd_print_trs()
784 ufshcd_get_req_rsp(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_req_rsp()
797 ufshcd_get_rsp_upiu_result(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_rsp_upiu_result()
810 ufshcd_get_rsp_upiu_data_seg_len(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_rsp_upiu_data_seg_len()
825 static inline bool ufshcd_is_exception_event(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_is_exception_event()
2525 memset(lrbp->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_scsi_cmd_upiu()
2564 memset(lrbp->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_query_req_upiu()
2581 memset(lrbp->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_prepare_utp_nop_upiu()
2666 lrb->ucd_rsp_ptr = (struct utp_upiu_rsp *)cmd_descp->response_upiu; in ufshcd_init_lrb()
6666 memset(lrbp->ucd_rsp_ptr, 0, sizeof(struct utp_upiu_rsp)); in ufshcd_issue_devman_upiu_cmd()
H A Dufshcd.h196 struct utp_upiu_rsp *ucd_rsp_ptr;