Searched refs:utp_upiu_req (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/scsi/ |
H A D | scsi_bsg_ufs.h | 161 struct utp_upiu_req { struct 190 struct utp_upiu_req upiu_req; 208 struct utp_upiu_req upiu_rsp;
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 94 struct utp_upiu_req *req_upiu, 95 struct utp_upiu_req *rsp_upiu,
|
H A D | ufshcd.c | 335 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_cmd_upiu_trace() 352 struct utp_upiu_req *rq_rsp) in ufshcd_add_query_upiu_trace() 546 sizeof(struct utp_upiu_req)); in ufshcd_print_tr() 2621 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_scsi_cmd_upiu() 2684 memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req)); in ufshcd_prepare_utp_nop_upiu() 3172 (struct utp_upiu_req *)lrbp->ucd_rsp_ptr); in ufshcd_exec_dev_cmd() 7076 struct utp_upiu_req *req_upiu, in ufshcd_issue_devman_upiu_cmd() 7077 struct utp_upiu_req *rsp_upiu, in ufshcd_issue_devman_upiu_cmd() 7155 (struct utp_upiu_req *)lrbp->ucd_rsp_ptr); in ufshcd_issue_devman_upiu_cmd() 7179 struct utp_upiu_req *req_upiu, in ufshcd_exec_raw_upiu_cmd() [all …]
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 177 struct utp_upiu_req *ucd_req_ptr; 1386 int ufshcd_advanced_rpmb_req_handler(struct ufs_hba *hba, struct utp_upiu_req *req_upiu, 1387 struct utp_upiu_req *rsp_upiu, struct ufs_ehs *ehs_req,
|
H A D | ufs.h | 24 #define GENERAL_UPIU_REQUEST_SIZE (sizeof(struct utp_upiu_req))
|