Searched refs:bar0_res (Results 1 – 2 of 2) sorted by relevance
1408 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_itl()1411 if (hba->bar0_res == NULL) { in hptiop_alloc_pci_res_itl()1416 hba->bar0t = rman_get_bustag(hba->bar0_res); in hptiop_alloc_pci_res_itl()1417 hba->bar0h = rman_get_bushandle(hba->bar0_res); in hptiop_alloc_pci_res_itl()1419 rman_get_virtual(hba->bar0_res); in hptiop_alloc_pci_res_itl()1423 hba->bar0_rid, hba->bar0_res); in hptiop_alloc_pci_res_itl()1434 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()1437 if (hba->bar0_res == NULL) { in hptiop_alloc_pci_res_mv()1441 hba->bar0t = rman_get_bustag(hba->bar0_res); in hptiop_alloc_pci_res_mv()1442 hba->bar0h = rman_get_bushandle(hba->bar0_res); in hptiop_alloc_pci_res_mv()[all …]
390 struct resource *bar0_res; member