Linux Kernel
3.7.1
|
Data Fields | |
struct utp_transfer_req_desc * | utr_descriptor_ptr |
struct utp_upiu_cmd * | ucd_cmd_ptr |
struct utp_upiu_rsp * | ucd_rsp_ptr |
struct ufshcd_sg_entry * | ucd_prdt_ptr |
struct scsi_cmnd * | cmd |
u8 * | sense_buffer |
unsigned int | sense_bufflen |
int | scsi_status |
int | command_type |
int | task_tag |
unsigned int | lun |
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
struct utp_upiu_cmd* ucd_cmd_ptr |
struct ufshcd_sg_entry* ucd_prdt_ptr |
struct utp_upiu_rsp* ucd_rsp_ptr |
struct utp_transfer_req_desc* utr_descriptor_ptr |