Searched refs:bar2_res (Results 1 – 2 of 2) sorted by relevance
1503 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()1506 if (hba->bar2_res == NULL) { in hptiop_alloc_pci_res_mv()1513 hba->bar2t = rman_get_bustag(hba->bar2_res); in hptiop_alloc_pci_res_mv()1514 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mv()1515 hba->u.mv.mu = (struct hpt_iopmu_mv *)rman_get_virtual(hba->bar2_res); in hptiop_alloc_pci_res_mv()1521 hba->bar2_rid, hba->bar2_res); in hptiop_alloc_pci_res_mv()1552 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mvfrey()1555 if (hba->bar2_res == NULL) { in hptiop_alloc_pci_res_mvfrey()1562 hba->bar2t = rman_get_bustag(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()1563 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()[all …]
403 struct resource *bar2_res; member