Searched defs:nvme_sqe_io (Results 1 – 1 of 1) sorted by relevance
178 struct nvme_sqe_io { struct179 uint8_t opcode;180 uint8_t flags;181 uint16_t cid;183 uint32_t nsid;185 uint8_t _reserved[8];187 uint64_t mptr;189 union {192 } entry;194 uint64_t slba; /* Starting LBA */[all …]