Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c1453 hba->bar2_rid = 0x18; in hptiop_alloc_pci_res_mv()
1455 SYS_RES_MEMORY, &hba->bar2_rid, RF_ACTIVE); in hptiop_alloc_pci_res_mv()
1472 hba->bar2_rid, hba->bar2_res); in hptiop_alloc_pci_res_mv()
1502 hba->bar2_rid = 0x18; in hptiop_alloc_pci_res_mvfrey()
1504 SYS_RES_MEMORY, &hba->bar2_rid, RF_ACTIVE); in hptiop_alloc_pci_res_mvfrey()
1522 hba->bar2_rid, hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()
1544 hba->bar2_rid, hba->bar2_res); in hptiop_release_pci_res_mv()
1554 hba->bar2_rid, hba->bar2_res); in hptiop_release_pci_res_mvfrey()
2845 hba->bar2_rid, hba->bar2_res); in hptiop_release_resource()
H A Dhptiop.h398 int bar2_rid; member