Searched defs:nvme_qpair (Results 1 – 1 of 1) sorted by relevance
256 struct nvme_qpair { struct257 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 …]