Home
last modified time | relevance | path

Searched refs:io_rman (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/pci/
H A Dpci_host_generic.c154 sc->io_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
157 sc->io_rman.rm_descr = strdup(buf, M_DEVBUF); in pci_host_generic_core_attach()
172 error = rman_init(&sc->io_rman); in pci_host_generic_core_attach()
200 rm = &sc->io_rman; in pci_host_generic_core_attach()
240 free(__DECONST(char *, sc->io_rman.rm_descr), M_DEVBUF); in pci_host_generic_core_attach()
283 rman_fini(&sc->io_rman); in pci_host_generic_core_detach()
286 free(__DECONST(char *, sc->io_rman.rm_descr), M_DEVBUF); in pci_host_generic_core_detach()
406 return (&sc->io_rman); in generic_pcie_get_rman()
H A Dpci_host_generic.h77 struct rman io_rman; member
/src/sys/arm64/cavium/
H A Dthunder_pcie_pem.c730 return (&sc->io_rman); in thunder_pem_get_rman()
846 sc->io_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
847 sc->io_rman.rm_descr = "PEM PCIe IO"; in thunder_pem_attach()
848 error = rman_init(&sc->io_rman); in thunder_pem_attach()
914 rman_fini(&sc->io_rman); in thunder_pem_attach()
929 rman_fini(&sc->io_rman); in thunder_pem_release_all()
H A Dthunder_pcie_pem.h43 struct rman io_rman; member