| /f-stack/freebsd/net/ |
| H A D | rndis.h | 103 uint32_t rm_type; member 113 uint32_t rm_type; member 178 uint32_t rm_type; member 189 uint32_t rm_type; member 198 uint32_t rm_type; member 220 uint32_t rm_type; member 230 uint32_t rm_type; member 244 uint32_t rm_type; member 261 uint32_t rm_type; member 275 uint32_t rm_type; member [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 111 irq_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources() 117 port_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources() 123 mem_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources() 129 pci_ecfg_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources() 135 gbu_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | obio.c | 90 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach() 96 sc->oba_irq_rman.rm_type = RMAN_ARRAY; in obio_attach()
|
| H A D | gt_pci.c | 278 sc->sc_io_rman.rm_type = RMAN_ARRAY; in gt_pci_attach() 291 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in gt_pci_attach() 298 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in gt_pci_attach()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | obio.c | 98 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach() 104 sc->oba_irq_rman.rm_type = RMAN_ARRAY; in obio_attach()
|
| H A D | octopci.c | 177 sc->sc_io.rm_type = RMAN_ARRAY; in octopci_attach() 187 sc->sc_mem1.rm_type = RMAN_ARRAY; in octopci_attach()
|
| H A D | ciu.c | 144 sc->irq_rman.rm_type = RMAN_ARRAY; in ciu_attach()
|
| /f-stack/freebsd/sys/ |
| H A D | rman.h | 91 enum rman_type rm_type; /* region type */ member 121 enum rman_type rm_type; /* what type of resource this is */ member
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_pci.c | 223 sc->mem_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach() 232 sc->io_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach() 240 sc->irq_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 231 irq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 253 drq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 268 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 276 mem_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 121 sc->apb_mem_rman.rm_type = RMAN_ARRAY; in apb_attach() 130 sc->apb_irq_rman.rm_type = RMAN_ARRAY; in apb_attach()
|
| H A D | qca955x_pci.c | 296 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in qca955x_pci_attach() 305 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in qca955x_pci_attach()
|
| H A D | ar724x_pci.c | 382 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ar724x_pci_attach() 390 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in ar724x_pci_attach()
|
| H A D | ar71xx_pci.c | 383 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ar71xx_pci_attach() 391 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in ar71xx_pci_attach()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 164 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach() 171 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_rman.c | 140 if (rm->rm_type == RMAN_UNINIT) in rman_init() 142 if (rm->rm_type == RMAN_GAUGE) in rman_init() 1020 urm.rm_type = rm->rm_type; in sysctl_rman()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 184 irq_rman.rm_type = RMAN_ARRAY; in nexus_probe() 193 mem_rman.rm_type = RMAN_ARRAY; in nexus_probe()
|
| H A D | cpu.c | 522 cpu_hardirq_rman.rm_type = RMAN_ARRAY; in cpu_attach()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 189 sc->apb_mem_rman.rm_type = RMAN_ARRAY; in apb_attach() 206 sc->apb_irq_rman.rm_type = RMAN_ARRAY; in apb_attach()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 288 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in mtk_pci_attach() 297 sc->sc_io_rman.rm_type = RMAN_ARRAY; in mtk_pci_attach() 306 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in mtk_pci_attach()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 171 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 816 sc->mem_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach() 824 sc->io_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci.c | 616 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init() 621 sc->sc_io_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init()
|