logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_lm_nvme_controller_state_data - NVMe Controller State data structure describes the state of a

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];}; };

See Also