Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h121 int n_progress; member
H A Dnvme.c2321 nvme->n_progress |= NVME_ADMIN_QUEUE; in nvme_init()
2447 nvme->n_progress |= NVME_CTRL_LIMITS; in nvme_init()
2694 nvme->n_progress &= ~NVME_INTERRUPTS; in nvme_release_interrupts()
2787 nvme->n_progress |= NVME_INTERRUPTS; in nvme_setup_interrupts()
2903 nvme->n_progress |= NVME_FMA_INIT; in nvme_attach()
2920 nvme->n_progress |= NVME_REGS_MAPPED; in nvme_attach()
3040 if (nvme->n_progress & NVME_INTERRUPTS) in nvme_detach()
3062 if (nvme->n_progress & NVME_REGS_MAPPED) { in nvme_detach()
3070 if (nvme->n_progress & NVME_CTRL_LIMITS) in nvme_detach()
3073 if (nvme->n_progress & NVME_ADMIN_QUEUE) in nvme_detach()
[all …]