class IdentifySubmission
Defined at line 16 of file ../../src/devices/block/drivers/nvme/commands/identify.h
NVM Express Base Specification 2.0, section 5.17, "Identify command"
Public Methods
void IdentifySubmission ()
Defined at line 18 of file ../../src/devices/block/drivers/nvme/commands/identify.h
typename std::remove_reference_t<decltype(dword10)> controller_id ()
Defined at line 31 of file ../../src/devices/block/drivers/nvme/commands/identify.h
nvme::IdentifySubmission & set_controller_id (typename std::remove_reference_t<decltype(dword10)> val)
Defined at line 31 of file ../../src/devices/block/drivers/nvme/commands/identify.h
nvme::IdentifySubmission & set_structure (IdentifyCns val)
Defined at line 32 of file ../../src/devices/block/drivers/nvme/commands/identify.h
IdentifyCns structure ()
Defined at line 32 of file ../../src/devices/block/drivers/nvme/commands/identify.h
Enumerations
enum IdentifyCns
| Name | Value |
|---|---|
| kIdentifyNamespace | 0 |
| kIdentifyController | 1 |
| kActiveNamespaceList | 2 |
| kNamespaceIdentification | 3 |
| kNvmSetList | 4 |
| kIoCommandSetIdentifyNamespace | 5 |
| kIoCommandSetIdentifyController | 6 |
| kIoCommandSetActiveNamespaceList | 7 |
| kIoCommandSetNamespaceIdentification | 8 |
Defined at line 19 of file ../../src/devices/block/drivers/nvme/commands/identify.h