Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ufshcd_lrb Struct Reference

Data Fields

struct utp_transfer_req_descutr_descriptor_ptr
 
struct utp_upiu_cmducd_cmd_ptr
 
struct utp_upiu_rspucd_rsp_ptr
 
struct ufshcd_sg_entryucd_prdt_ptr
 
struct scsi_cmndcmd
 
u8sense_buffer
 
unsigned int sense_bufflen
 
int scsi_status
 
int command_type
 
int task_tag
 
unsigned int lun
 

Detailed Description

struct ufshcd_lrb - local reference block : UTRD address of the command : UCD address of the command : Response UPIU address for this command : PRDT address of the command : pointer to SCSI command : pointer to sense buffer address of the SCSI command : Length of the sense buffer : SCSI status of the command : SCSI, UFS, Query. : Task tag of the command : LUN of the command

Definition at line 203 of file ufshcd.c.

Field Documentation

Definition at line 209 of file ufshcd.c.

int command_type

Definition at line 214 of file ufshcd.c.

unsigned int lun

Definition at line 216 of file ufshcd.c.

int scsi_status

Definition at line 212 of file ufshcd.c.

u8* sense_buffer

Definition at line 210 of file ufshcd.c.

unsigned int sense_bufflen

Definition at line 211 of file ufshcd.c.

int task_tag

Definition at line 215 of file ufshcd.c.

struct utp_upiu_cmd* ucd_cmd_ptr

Definition at line 205 of file ufshcd.c.

struct ufshcd_sg_entry* ucd_prdt_ptr

Definition at line 207 of file ufshcd.c.

struct utp_upiu_rsp* ucd_rsp_ptr

Definition at line 206 of file ufshcd.c.

struct utp_transfer_req_desc* utr_descriptor_ptr

Definition at line 204 of file ufshcd.c.


The documentation for this struct was generated from the following file: