| /freebsd-12.1/sys/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 …]
|
| /freebsd-12.1/sys/dev/usb/net/ |
| H A D | if_urndis.c | 498 switch (le32toh(hdr->rm_type)) { in urndis_ctrl_handle() 519 le32toh(hdr->rm_type)); in urndis_ctrl_handle() 670 le32toh(msg.rm_type), in urndis_ctrl_init() 698 msg.rm_type = htole32(REMOTE_NDIS_HALT_MSG); in urndis_ctrl_halt() 703 le32toh(msg.rm_type), in urndis_ctrl_halt() 727 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); in urndis_ctrl_query() 743 le32toh(msg->rm_type), in urndis_ctrl_query() 773 msg->rm_type = htole32(REMOTE_NDIS_SET_MSG); in urndis_ctrl_set() 789 le32toh(msg->rm_type), in urndis_ctrl_set() 838 msg.rm_type = le32toh(msg.rm_type); in urndis_bulk_read_callback() [all …]
|
| /freebsd-12.1/sys/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()
|
| /freebsd-12.1/sys/dev/hyperv/netvsc/ |
| H A D | hn_rndis.c | 121 switch (hdr->rm_type) { in hn_rndis_rx_ctrl() 150 hdr->rm_type); in hn_rndis_rx_ctrl() 295 if (comp->rm_type != comp_type) { in hn_rndis_xact_execute() 297 "expect 0x%08x\n", comp->rm_type, comp_type); in hn_rndis_xact_execute() 338 req->rm_type = REMOTE_NDIS_QUERY_MSG; in hn_rndis_query2() 552 req->rm_type = REMOTE_NDIS_SET_MSG; in hn_rndis_set() 845 req->rm_type = REMOTE_NDIS_INITIALIZE_MSG; in hn_rndis_init() 910 halt->rm_type = REMOTE_NDIS_HALT_MSG; in hn_rndis_halt()
|
| /freebsd-12.1/sys/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()
|
| /freebsd-12.1/sys/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()
|
| /freebsd-12.1/sys/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
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofwbus.c | 156 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in ofwbus_attach() 158 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ofwbus_attach()
|
| H A D | ofwpci.c | 199 sc->sc_io_rman.rm_type = RMAN_ARRAY; in ofw_pci_init() 207 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ofw_pci_init() 215 sc->sc_pmem_rman.rm_type = RMAN_ARRAY; in ofw_pci_init()
|
| /freebsd-12.1/sys/arm/versatile/ |
| H A D | versatile_pci.c | 221 sc->mem_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach() 230 sc->io_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach() 238 sc->irq_rman.rm_type = RMAN_ARRAY; in versatile_pci_attach()
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | nexus.c | 229 irq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 251 drq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 266 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources() 274 mem_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | nexus.c | 144 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach() 151 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /freebsd-12.1/sys/sparc64/pci/ |
| H A D | ofw_pci.c | 76 sc->sc_pci_io_rman.rm_type = RMAN_ARRAY; in ofw_pci_attach_common() 83 sc->sc_pci_mem_rman.rm_type = RMAN_ARRAY; in ofw_pci_attach_common()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pci_host_generic.c | 119 sc->mem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach() 121 sc->io_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
|
| /freebsd-12.1/sys/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()
|
| /freebsd-12.1/sys/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 | 384 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ar71xx_pci_attach() 392 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in ar71xx_pci_attach()
|
| /freebsd-12.1/sys/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()
|
| /freebsd-12.1/sys/dev/puc/ |
| H A D | puc.c | 232 sc->sc_ioport.rm_type = RMAN_ARRAY; in puc_bfe_attach() 235 sc->sc_iomem.rm_type = RMAN_ARRAY; in puc_bfe_attach() 238 sc->sc_irq.rm_type = RMAN_ARRAY; in puc_bfe_attach()
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | nexus.c | 185 irq_rman.rm_type = RMAN_ARRAY; in nexus_probe() 194 mem_rman.rm_type = RMAN_ARRAY; in nexus_probe()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | nexus.c | 228 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in nexus_attach() 230 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /freebsd-12.1/sys/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()
|