Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshcd-priv.h68 struct utp_upiu_req *req_upiu,
Dufshcd.c6842 struct utp_upiu_req *req_upiu, in ufshcd_issue_devman_upiu_cmd() argument
6874 req_upiu->header.dword_0 |= cpu_to_be32(tag); in ufshcd_issue_devman_upiu_cmd()
6879 memcpy(lrbp->ucd_req_ptr, req_upiu, sizeof(*lrbp->ucd_req_ptr)); in ufshcd_issue_devman_upiu_cmd()
6944 struct utp_upiu_req *req_upiu, in ufshcd_exec_raw_upiu_cmd() argument
6954 u8 tm_f = be32_to_cpu(req_upiu->header.dword_1) >> 16 & MASK_TM_FUNC; in ufshcd_exec_raw_upiu_cmd()
6963 err = ufshcd_issue_devman_upiu_cmd(hba, req_upiu, rsp_upiu, in ufshcd_exec_raw_upiu_cmd()
6974 memcpy(&treq.upiu_req, req_upiu, sizeof(*req_upiu)); in ufshcd_exec_raw_upiu_cmd()
/linux-5.19.10/include/ufs/
Dufshcd.h1204 struct utp_upiu_req *req_upiu,