Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c4572 nvme->n_progress |= NVME_ADMIN_QUEUE; in nvme_init()
4705 nvme->n_progress |= NVME_CTRL_LIMITS; in nvme_init()
5002 nvme->n_progress &= ~NVME_INTERRUPTS; in nvme_release_interrupts()
5095 nvme->n_progress |= NVME_INTERRUPTS; in nvme_setup_interrupts()
5229 nvme->n_progress |= NVME_PCI_CONFIG; in nvme_attach()
5268 nvme->n_progress |= NVME_MUTEX_INIT; in nvme_attach()
5373 nvme->n_progress |= NVME_FMA_INIT; in nvme_attach()
5390 nvme->n_progress |= NVME_REGS_MAPPED; in nvme_attach()
5399 nvme->n_progress |= NVME_STAT_INIT; in nvme_attach()
5423 nvme->n_progress |= NVME_UFM_INIT; in nvme_attach()
[all …]
H A Dnvme_var.h365 nvme_progress_t n_progress; member
H A Dnvme_lock.c635 if ((nvme->n_progress & NVME_NS_INIT) == 0) { in nvme_rwlock_ctrl_dead()