Searched refs:msix_table_resource (Results 1 – 3 of 3) sorted by relevance
158 ctrlr->msix_table_resource = NULL; in nvme_ctrlr_allocate_bar()186 ctrlr->msix_table_resource = bus_alloc_resource_any(ctrlr->dev, in nvme_ctrlr_allocate_bar()188 if (ctrlr->msix_table_resource == NULL) { in nvme_ctrlr_allocate_bar()209 if (ctrlr->msix_table_resource != NULL) { in nvme_ctrlr_allocate_bar()210 error = bus_activate_resource(ctrlr->dev, ctrlr->msix_table_resource); in nvme_ctrlr_allocate_bar()250 if (ctrlr->msix_table_resource != NULL) { in nvme_pci_attach()252 ctrlr->msix_table_resource_id, ctrlr->msix_table_resource); in nvme_pci_attach()
237 struct resource *msix_table_resource; member
1820 if (ctrlr->msix_table_resource != NULL) { in nvme_ctrlr_destruct()1822 ctrlr->msix_table_resource_id, ctrlr->msix_table_resource); in nvme_ctrlr_destruct()