Searched refs:n_progress (Results 1 – 2 of 2) sorted by relevance
121 int n_progress; member
2321 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 …]