struct nvme_lm_io_completion_queue_data - I/O Completion Queue data structure. Fields related to the
Contents
Members
iocqprp1 I/O Completion Queue PRP Entry 1 (IOCQPRP1)
iocqqsize I/O Completion Queue Size (IOCQQSIZE)
iocqqid I/O Completion Queue Identifier (IOCQQID)
iocqhp I/O Completion Queue Head Pointer (IOCQHP)
iocqtp I/O Completion Queue Tail Pointer (IOCQTP)
iocqa I/O Completion Queue Attributes (IOCQA)
rsvd20 Reserved
August 2025 struct nvme_lm_io_completion_queue_data libnvme(2)
Name
struct nvme_lm_io_completion_queue_data - I/O Completion Queue data structure. Fields related to the
contents of Create I/O Completion Queue command that created an I/O Completion Queue.
Synopsis
struct nvme_lm_io_completion_queue_data {
__le64iocqprp1;__le16iocqqsize;__le16iocqqid;__le16iocqhp;__le16iocqtp;__le32iocqa;__u8rsvd20[4];
};
