Searched refs:nq_cmd (Results 1 – 2 of 2) sorted by relevance
269 nvme_cmd_t **nq_cmd; /* active command array */ member
1460 if (qp->nq_cmd[i] != NULL) in nvme_free_qpair()1461 nvme_free_cmd(qp->nq_cmd[i]); in nvme_free_qpair()1463 if (qp->nq_cmd != NULL) in nvme_free_qpair()1464 kmem_free(qp->nq_cmd, sizeof (nvme_cmd_t *) * qp->nq_nentry); in nvme_free_qpair()1603 qp->nq_cmd = kmem_zalloc(sizeof (nvme_cmd_t *) * nentry, KM_SLEEP); in nvme_alloc_qpair()1745 while (qp->nq_cmd[qp->nq_next_cmd] != NULL) in nvme_submit_cmd_common()1747 qp->nq_cmd[qp->nq_next_cmd] = cmd; in nvme_submit_cmd_common()1779 cmd = qp->nq_cmd[cid]; in nvme_unqueue_cmd()1793 qp->nq_cmd[cid] = NULL; in nvme_unqueue_cmd()4731 nvme_cmd_t *cmd = qp->nq_cmd[j]; in nvme_remove_callback()