class NvmIoSubmission
Defined at line 12 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
Public Methods
void NvmIoSubmission (bool is_write)
Defined at line 14 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
typename std::remove_reference_t<decltype(dword12)> limited_retry ()
Defined at line 22 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
nvme::NvmIoSubmission & set_limited_retry (typename std::remove_reference_t<decltype(dword12)> val)
Defined at line 22 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
typename std::remove_reference_t<decltype(dword12)> force_unit_access ()
Defined at line 23 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
nvme::NvmIoSubmission & set_force_unit_access (typename std::remove_reference_t<decltype(dword12)> val)
Defined at line 23 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
nvme::NvmIoSubmission & set_storage_tag_check (typename std::remove_reference_t<decltype(dword12)> val)
Defined at line 24 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
typename std::remove_reference_t<decltype(dword12)> storage_tag_check ()
Defined at line 24 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
typename std::remove_reference_t<decltype(dword12)> block_count ()
Defined at line 25 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
nvme::NvmIoSubmission & set_block_count (typename std::remove_reference_t<decltype(dword12)> val)
Defined at line 25 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
uint64_t start_lba ()
Defined at line 27 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h
NvmIoSubmission & set_start_lba (uint64_t lba)
Defined at line 30 of file ../../src/devices/block/drivers/nvme/commands/nvme-io.h