other versions
- testing 1.13-2
- unstable 1.13-2
- experimental 1.15-1
libnvme(2) | API Manual | 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 {
struct nvme_lm_nvme_controller_state_data_header hdr;
union {
struct nvme_lm_io_submission_queue_data sqs[0];
struct nvme_lm_io_completion_queue_data cqs[0];
};
};
Members¶
struct nvme_lm_nvme_controller_state_data | March 2025 |