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.h256 struct nvme_qpair { struct
257 size_t nq_nentry;
260 nvme_dma_t *nq_sqdma;
261 nvme_sqe_t *nq_sq;
262 uint_t nq_sqhead;
263 uint_t nq_sqtail;
264 uintptr_t nq_sqtdbl;
267 nvme_cq_t *nq_cq;
270 nvme_cmd_t **nq_cmd; /* active command array */
271 uint16_t nq_next_cmd; /* next potential empty queue slot */
[all …]