Home
last modified time | relevance | path

Searched refs:NVME_OPC_ABORT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h279 #define NVME_OPC_ABORT 0x8 macro
H A Dnvme.c1943 ASSERT(cmd->nc_sqe.sqe_opc == NVME_OPC_ABORT); in nvme_check_specific_cmd_status()
2132 cmd->nc_sqe.sqe_opc = NVME_OPC_ABORT; in nvme_abort_cmd()
2203 cmd->nc_sqe.sqe_opc == NVME_OPC_ABORT) { in nvme_wait_cmd()
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h846 NVME_OPC_ABORT = 0x08, enumerator
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c2083 case NVME_OPC_ABORT: in pci_nvme_handle_admin_cmd()