Home
last modified time | relevance | path

Searched defs:nvme_sqe_io (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dnvmereg.h162 struct nvme_sqe_io { struct
163 u_int8_t opcode;
164 u_int8_t flags;
165 u_int16_t cid;
167 u_int32_t nsid;
169 u_int8_t _reserved[8];
171 u_int64_t mptr;
173 union {
176 } __packed entry;
181 u_int16_t ioflags;
[all …]