Home
last modified time | relevance | path

Searched refs:bar2_res (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptiop/
H A Dhptiop.c1454 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()
1457 if (hba->bar2_res == NULL) { in hptiop_alloc_pci_res_mv()
1464 hba->bar2t = rman_get_bustag(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1465 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1466 hba->u.mv.mu = (struct hpt_iopmu_mv *)rman_get_virtual(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1472 hba->bar2_rid, hba->bar2_res); in hptiop_alloc_pci_res_mv()
1503 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mvfrey()
1506 if (hba->bar2_res == NULL) { in hptiop_alloc_pci_res_mvfrey()
1513 hba->bar2t = rman_get_bustag(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()
1514 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()
[all …]
H A Dhptiop.h395 struct resource *bar2_res; member