Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dnvmereg.h150 struct nvme_sqe_q { struct
151 uint8_t opcode;
152 uint8_t flags;
176 NVME_CTASSERT(sizeof(struct nvme_sqe_q) == 64, "bad size for nvme_sqe_q"); argument