Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h253 uint16_t sqe_cid; /* Command Identifier */ member
H A Dnvme.c1570 cmd->nc_sqe.sqe_cid = qp->nq_next_cmd; in nvme_submit_cmd_common()
1612 ASSERT3S(cmd->nc_sqe.sqe_cid, ==, cid); in nvme_unqueue_cmd()
2128 ac.b.ac_cid = abort_cmd->nc_sqe.sqe_cid; in nvme_abort_cmd()
2153 abort_cmd->nc_sqe.sqe_cid, abort_cmd->nc_sqid, in nvme_abort_cmd()
2196 "OPC = %x, CFS = %d", cmd->nc_sqe.sqe_cid, cmd->nc_sqid, in nvme_wait_cmd()
2219 (void) nvme_unqueue_cmd(nvme, qp, cmd->nc_sqe.sqe_cid); in nvme_wait_cmd()
4348 u_cmd = nvme_unqueue_cmd(nvme, qp, cmd->nc_sqe.sqe_cid); in nvme_remove_callback()