Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h187 NVME_CMD_COMPLETED, enumerator
H A Dnvme.c1817 case NVME_CMD_COMPLETED: in nvme_lost_cmd()
1832 while (cmd->nc_state != NVME_CMD_COMPLETED) in nvme_lost_cmd()
2505 while (cmd->nc_state != NVME_CMD_COMPLETED) { in nvme_wait_cmd()
2526 if (cmd->nc_state == NVME_CMD_COMPLETED) { in nvme_wait_cmd()
2565 while (cmd->nc_state != NVME_CMD_COMPLETED) in nvme_wait_cmd()
2587 cmd->nc_state = NVME_CMD_COMPLETED; in nvme_wakeup_cmd()