Searched refs:n_progress (Results 1 – 2 of 2) sorted by relevance
4183 nvme->n_progress |= NVME_ADMIN_QUEUE; in nvme_init()4336 nvme->n_progress |= NVME_CTRL_LIMITS; in nvme_init()4602 nvme->n_progress &= ~NVME_INTERRUPTS; in nvme_release_interrupts()4695 nvme->n_progress |= NVME_INTERRUPTS; in nvme_setup_interrupts()4830 nvme->n_progress |= NVME_PCI_CONFIG; in nvme_attach()4869 nvme->n_progress |= NVME_MUTEX_INIT; in nvme_attach()4974 nvme->n_progress |= NVME_FMA_INIT; in nvme_attach()4991 nvme->n_progress |= NVME_REGS_MAPPED; in nvme_attach()5000 nvme->n_progress |= NVME_STAT_INIT; in nvme_attach()5024 nvme->n_progress |= NVME_UFM_INIT; in nvme_attach()[all …]
358 nvme_progress_t n_progress; member