Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h95 struct nvme_qpair { struct
96 size_t nq_nentry;
98 nvme_dma_t *nq_sqdma;
99 nvme_sqe_t *nq_sq;
100 uint_t nq_sqhead;
101 uint_t nq_sqtail;
102 uintptr_t nq_sqtdbl;
104 nvme_dma_t *nq_cqdma;
105 nvme_cqe_t *nq_cq;
106 uint_t nq_cqhead;
[all …]