Searched refs:cq_idx (Results 1 – 1 of 1) sorted by relevance
1578 uint_t cq_idx; in nvme_alloc_qpair() local1596 cq_idx = idx == 0 ? 0 : 1 + (idx - 1) % (nvme->n_cq_count - 1); in nvme_alloc_qpair()1597 qp->nq_cq = nvme->n_cq[cq_idx]; in nvme_alloc_qpair()