Lines Matching defs:ufshcd_lrb
162 struct ufshcd_lrb { struct
163 struct utp_transfer_req_desc *utr_descriptor_ptr;
164 struct utp_upiu_req *ucd_req_ptr;
165 struct utp_upiu_rsp *ucd_rsp_ptr;
166 struct ufshcd_sg_entry *ucd_prdt_ptr;
168 struct scsi_cmnd *cmd;
169 u8 *sense_buffer;
170 unsigned int sense_bufflen;
171 int scsi_status;
173 int command_type;
174 int task_tag;
175 u8 lun; /* UPIU LUN id field is only 8-bit wide */
176 bool intr_cmd;