class GetFeaturesSubmission
Defined at line 113 of file ../../src/devices/block/drivers/nvme/commands/features.h
|GetFeaturesSubmission| is the base class for all "get feature" submissions.
Public Methods
typename std::remove_reference_t<decltype(dword10)> select ()
Defined at line 115 of file ../../src/devices/block/drivers/nvme/commands/features.h
nvme::GetFeaturesSubmission & set_select (typename std::remove_reference_t<decltype(dword10)> val)
Defined at line 115 of file ../../src/devices/block/drivers/nvme/commands/features.h
Feature feature_id ()
Defined at line 116 of file ../../src/devices/block/drivers/nvme/commands/features.h
nvme::GetFeaturesSubmission & set_feature_id (Feature val)
Defined at line 116 of file ../../src/devices/block/drivers/nvme/commands/features.h
nvme::GetFeaturesSubmission & set_uuid_index (typename std::remove_reference_t<decltype(dword14)> val)
Defined at line 117 of file ../../src/devices/block/drivers/nvme/commands/features.h
typename std::remove_reference_t<decltype(dword14)> uuid_index ()
Defined at line 117 of file ../../src/devices/block/drivers/nvme/commands/features.h
void GetFeaturesSubmission (Feature feature)
Defined at line 119 of file ../../src/devices/block/drivers/nvme/commands/features.h