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.h197 NVME_CMD_COMPLETED, enumerator
H A Dnvme.c1835 case NVME_CMD_COMPLETED: in nvme_lost_cmd()
1850 while (cmd->nc_state != NVME_CMD_COMPLETED) in nvme_lost_cmd()
2523 while (cmd->nc_state != NVME_CMD_COMPLETED) { in nvme_wait_cmd()
2544 if (cmd->nc_state == NVME_CMD_COMPLETED) { in nvme_wait_cmd()
2583 while (cmd->nc_state != NVME_CMD_COMPLETED) in nvme_wait_cmd()
2605 cmd->nc_state = NVME_CMD_COMPLETED; in nvme_wakeup_cmd()