Searched refs:io_rman (Results 1 – 4 of 4) sorted by relevance
154 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()
77 struct rman io_rman; member
730 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()
43 struct rman io_rman; member