Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h255 struct nvme_qpair { struct
256 size_t nq_nentry;
259 nvme_dma_t *nq_sqdma;
260 nvme_sqe_t *nq_sq;
261 uint_t nq_sqhead;
262 uint_t nq_sqtail;
263 uintptr_t nq_sqtdbl;
266 nvme_cq_t *nq_cq;
269 nvme_cmd_t **nq_cmd; /* active command array */
270 uint16_t nq_next_cmd; /* next potential empty queue slot */
[all …]