struct nvme_lm_nvme_controller_state_data - NVMe Controller State data structure describes the state of a
Contents
Members
hdr Header
{unnamed_union}
anonymous
sqs I/O Submission Queue list
cqs I/O Completion Queue list
May 2025 struct nvme_lm_nvme_controller_state_data libnvme(2)
Name
struct nvme_lm_nvme_controller_state_data - NVMe Controller State data structure describes the state of a
NVMe Controller's I/O Submission and I/O Completion queues
Synopsis
struct nvme_lm_nvme_controller_state_data {
structnvme_lm_nvme_controller_state_data_headerhdr;union{structnvme_lm_io_submission_queue_datasqs[0];structnvme_lm_io_completion_queue_datacqs[0];};
};
