Searched defs:ucd_req_ptr (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/ufs/
H A Dufshcd.h150 * @ucd_req_ptr: UCD address of the command
164 struct utp_upiu_req *ucd_req_ptr; member in struct:ufshcd_lrb
H A Dufshcd.c1120 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; local
1123 ucd_req_ptr->header.dword_0 = UPIU_HEADER_DWORD(
1126 ucd_req_ptr->header.dword_1 = UPIU_HEADER_DWORD(
1130 ucd_req_ptr->header.dword_2 = 0;
1132 ucd_req_ptr->sc.exp_data_transfer_len =
1135 memcpy(ucd_req_ptr->sc.cdb, lrbp->cmd->cmnd,
1149 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; local
1152 u8 *descp = (u8 *)lrbp->ucd_req_ptr
1177 struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr; local
[all...]

Completed in 100 milliseconds