Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c1740 .release_pci_res = hptiop_release_pci_res_itl,
1758 .release_pci_res = hptiop_release_pci_res_mv,
1776 .release_pci_res = hptiop_release_pci_res_mvfrey,
1891 goto release_pci_res; in hptiop_attach()
1911 goto release_pci_res; in hptiop_attach()
2118 release_pci_res: in hptiop_attach()
2119 if (hba->ops->release_pci_res) in hptiop_attach()
2120 hba->ops->release_pci_res(hba); in hptiop_attach()
H A Dhptiop.h440 void (*release_pci_res)(struct hpt_iop_hba *hba); member