Searched refs:nq_cqhead (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h94 uint_t nq_cqhead; member in struct:nvme_qpair
H A Dnvme.c798 cqe = &qp->nq_cq[qp->nq_cqhead];
821 head.b.cqhdbl_cqh = qp->nq_cqhead = (qp->nq_cqhead + 1) % qp->nq_nentry;
824 if (qp->nq_cqhead == 0)

Completed in 83 milliseconds