class AbstractUpiu
Defined at line 91 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
Public Methods
void AbstractUpiu ()
Defined at line 100 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
void AbstractUpiu (void * data)
Defined at line 101 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
void ~AbstractUpiu ()
Defined at line 103 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
template <typename T = void>
T * GetData ()
Used to read or write the request descriptor in the UPIU.
Defined at line 107 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
UpiuHeader & GetHeader ()
Defined at line 110 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h
Protected Methods
void SetData (void * data)
Defined at line 116 of file ../../src/devices/block/drivers/ufs/upiu/upiu_transactions.h