Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/
Dufshcd-priv.h79 struct utp_upiu_req *req_upiu,
Dufshcd.c6877 struct utp_upiu_req *req_upiu, in ufshcd_issue_devman_upiu_cmd() argument
6909 req_upiu->header.dword_0 |= cpu_to_be32(tag); in ufshcd_issue_devman_upiu_cmd()
6914 memcpy(lrbp->ucd_req_ptr, req_upiu, sizeof(*lrbp->ucd_req_ptr)); in ufshcd_issue_devman_upiu_cmd()
6979 struct utp_upiu_req *req_upiu, in ufshcd_exec_raw_upiu_cmd() argument
6989 u8 tm_f = be32_to_cpu(req_upiu->header.dword_1) >> 16 & MASK_TM_FUNC; in ufshcd_exec_raw_upiu_cmd()
6998 err = ufshcd_issue_devman_upiu_cmd(hba, req_upiu, rsp_upiu, in ufshcd_exec_raw_upiu_cmd()
7009 memcpy(&treq.upiu_req, req_upiu, sizeof(*req_upiu)); in ufshcd_exec_raw_upiu_cmd()
/linux-6.1.9/include/ufs/
Dufshcd.h1204 struct utp_upiu_req *req_upiu,