Home
last modified time | relevance | path

Searched refs:n_dead_status (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h387 nvme_ioctl_errno_t n_dead_status; member
H A Dnvme_lock.c607 nvme_rwlock_signal_one(info, nvme->n_dead_status); in nvme_rwlock_ctrl_dead_cleanup_one()
H A Dnvme.c1238 nvme->n_dead_status = NVME_IOCTL_E_CTRL_GONE; in nvme_ctrl_mark_dead()
1251 ASSERT3U(nvme->n_dead_status, ==, NVME_IOCTL_E_CTRL_DEAD); in nvme_ctrl_mark_dead()
1262 if (nvme->n_dead && nvme->n_dead_status == NVME_IOCTL_E_CTRL_GONE) in nvme_ctrl_is_gone()
2401 return (nvme_ioctl_error(ioc, nvme->n_dead_status, 0, 0)); in nvme_check_cmd_status_ioctl()
5029 nvme->n_dead_status = NVME_IOCTL_E_CTRL_DEAD; in nvme_attach()
7453 return (nvme_ioctl_copyout_error(nvme->n_dead_status, arg, in nvme_ioctl()