Home
last modified time | relevance | path

Searched refs:nq_active_cmds (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h271 uint_t nq_active_cmds; /* number of active cmds */ member
H A Dnvme.c1440 if (qp->nq_active_cmds > 0) in nvme_free_qpair()
1735 qp->nq_active_cmds++; in nvme_submit_cmd_common()
1776 ASSERT3U(qp->nq_active_cmds, >, 0); in nvme_unqueue_cmd()
1777 qp->nq_active_cmds--; in nvme_unqueue_cmd()
5619 } while (ioq->nq_active_cmds != 0); in nvme_bd_cmd()