Searched defs:nvme_sqe_q (Results 1 – 1 of 1) sorted by relevance
150 struct nvme_sqe_q { struct151 uint8_t opcode;152 uint8_t flags;176 NVME_CTASSERT(sizeof(struct nvme_sqe_q) == 64, "bad size for nvme_sqe_q"); argument