Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h112 uint_t nq_active_cmds; member
H A Dnvme.c803 if (qp->nq_active_cmds > 0) in nvme_free_qpair()
928 qp->nq_active_cmds++; in nvme_submit_cmd_common()
953 ASSERT3U(qp->nq_active_cmds, >, 0); in nvme_unqueue_cmd()
954 qp->nq_active_cmds--; in nvme_unqueue_cmd()
3333 } while (ioq->nq_active_cmds != 0); in nvme_bd_cmd()