Searched refs:nq_active_cmds (Results 1 – 2 of 2) sorted by relevance
271 uint_t nq_active_cmds; /* number of active cmds */ member
1458 if (qp->nq_active_cmds > 0) in nvme_free_qpair()1753 qp->nq_active_cmds++; in nvme_submit_cmd_common()1794 ASSERT3U(qp->nq_active_cmds, >, 0); in nvme_unqueue_cmd()1795 qp->nq_active_cmds--; in nvme_unqueue_cmd()5653 } while (ioq->nq_active_cmds != 0); in nvme_bd_cmd()