Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/scsi/
Dscsi_bsg_ufs.h73 struct utp_upiu_req { struct
85 struct utp_upiu_req upiu_req; argument
103 struct utp_upiu_req upiu_rsp;
/Linux-v5.10/drivers/scsi/ufs/
Dufshcd.h171 struct utp_upiu_req *ucd_req_ptr;
1035 struct utp_upiu_req *req_upiu,
1036 struct utp_upiu_req *rsp_upiu,
Dufs.h18 #define GENERAL_UPIU_REQUEST_SIZE (sizeof(struct utp_upiu_req))
Dufshcd.c304 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_cmd_upiu_trace()
312 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_query_upiu_trace()
470 sizeof(struct utp_upiu_req)); in ufshcd_print_trs()
2354 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_scsi_cmd_upiu()
2386 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_query_req_upiu()
2417 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; in ufshcd_prepare_utp_nop_upiu()
2419 memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req)); in ufshcd_prepare_utp_nop_upiu()
2513 lrb->ucd_req_ptr = (struct utp_upiu_req *)(cmd_descp + i); in ufshcd_init_lrb()
6383 struct utp_upiu_req *req_upiu, in ufshcd_issue_devman_upiu_cmd()
6384 struct utp_upiu_req *rsp_upiu, in ufshcd_issue_devman_upiu_cmd()
[all …]