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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h84 size_t nq_nentry; member in struct:nvme_qpair
H A Dnvme.c663 for (i = 0; i != qp->nq_nentry; i++)
668 kmem_free(qp->nq_cmd, sizeof (nvme_cmd_t *) * qp->nq_nentry);
692 qp->nq_nentry = nentry;
754 if (qp->nq_active_cmds == qp->nq_nentry) {
768 qp->nq_next_cmd = (qp->nq_next_cmd + 1) % qp->nq_nentry;
778 qp->nq_next_cmd = (qp->nq_next_cmd + 1) % qp->nq_nentry;
780 tail.b.sqtdbl_sqt = qp->nq_sqtail = (qp->nq_sqtail + 1) % qp->nq_nentry;
796 sizeof (nvme_cqe_t) * qp->nq_nentry, DDI_DMA_SYNC_FORKERNEL);
805 ASSERT(cqe->cqe_cid < qp->nq_nentry);
821 head.b.cqhdbl_cqh = qp->nq_cqhead = (qp->nq_cqhead + 1) % qp->nq_nentry;
[all...]

Completed in 60 milliseconds