Home
last modified time | relevance | path

Searched refs:req_upiu (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/ufs/core/
Dufshcd-priv.h79 struct utp_upiu_req *req_upiu,
Dufshcd.c6845 struct utp_upiu_req *req_upiu, in ufshcd_issue_devman_upiu_cmd() argument
6877 req_upiu->header.dword_0 |= cpu_to_be32(tag); in ufshcd_issue_devman_upiu_cmd()
6882 memcpy(lrbp->ucd_req_ptr, req_upiu, sizeof(*lrbp->ucd_req_ptr)); in ufshcd_issue_devman_upiu_cmd()
6947 struct utp_upiu_req *req_upiu, in ufshcd_exec_raw_upiu_cmd() argument
6957 u8 tm_f = be32_to_cpu(req_upiu->header.dword_1) >> 16 & MASK_TM_FUNC; in ufshcd_exec_raw_upiu_cmd()
6966 err = ufshcd_issue_devman_upiu_cmd(hba, req_upiu, rsp_upiu, in ufshcd_exec_raw_upiu_cmd()
6977 memcpy(&treq.upiu_req, req_upiu, sizeof(*req_upiu)); in ufshcd_exec_raw_upiu_cmd()
/Linux-v6.1/include/ufs/
Dufshcd.h1202 struct utp_upiu_req *req_upiu,