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