|
XenevaOS
|
#include <nvme.h>
Public Attributes | ||
| uint64_t | startLBA | |
| struct { | ||
| uint32_t blockNum: 16 | ||
| uint32_t reserved: 10 | ||
| uint32_t prInfo: 4 | ||
| uint32_t forceUnitAccess: 1 | ||
| uint32_t limitedRetry: 1 | ||
| }; | ||
| struct { ... } _NVMeReadCommand_ |
| uint32_t _NVMeReadCommand_::blockNum |
| uint32_t _NVMeReadCommand_::forceUnitAccess |
| uint32_t _NVMeReadCommand_::limitedRetry |
| uint32_t _NVMeReadCommand_::prInfo |
| uint32_t _NVMeReadCommand_::reserved |
| uint64_t _NVMeReadCommand_::startLBA |