gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
UFSHostDevice::SCSIReply Struct Reference

SCSI reply structure. More...

Public Member Functions

void reset ()
 

Public Attributes

uint8_t status
 
uint32_t msgSize
 
uint8_t LUN
 
struct UPIUMessage message
 
uint8_t senseSize
 
uint8_t expectMore
 
uint64_t offset
 
uint8_t senseCode [19]
 

Detailed Description

SCSI reply structure.

In here is all the information that is needed to build a SCSI reply.

Definition at line 374 of file ufs_device.hh.

Member Function Documentation

◆ reset()

void UFSHostDevice::SCSIReply::reset ( )
inline

Definition at line 375 of file ufs_device.hh.

Referenced by UFSHostDevice::UFSSCSIDevice::SCSICMDHandle().

Member Data Documentation

◆ expectMore

uint8_t UFSHostDevice::SCSIReply::expectMore

◆ LUN

uint8_t UFSHostDevice::SCSIReply::LUN

◆ message

struct UPIUMessage UFSHostDevice::SCSIReply::message

◆ msgSize

uint32_t UFSHostDevice::SCSIReply::msgSize

◆ offset

uint64_t UFSHostDevice::SCSIReply::offset

◆ senseCode

uint8_t UFSHostDevice::SCSIReply::senseCode[19]

◆ senseSize

uint8_t UFSHostDevice::SCSIReply::senseSize

◆ status

uint8_t UFSHostDevice::SCSIReply::status

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

Generated on Wed Sep 30 2020 14:02:33 for gem5 by doxygen 1.8.17