| /freebsd-13.1/sys/net/ |
| H A D | rndis.h | 103 uint32_t rm_type; member 113 uint32_t rm_type; member 183 uint32_t rm_type; member 194 uint32_t rm_type; member 203 uint32_t rm_type; member 225 uint32_t rm_type; member 235 uint32_t rm_type; member 249 uint32_t rm_type; member 266 uint32_t rm_type; member 280 uint32_t rm_type; member [all …]
|
| /freebsd-13.1/sys/dev/usb/net/ |
| H A D | if_urndis.c | 502 switch (le32toh(hdr->rm_type)) { in urndis_ctrl_handle() 523 le32toh(hdr->rm_type)); in urndis_ctrl_handle() 674 le32toh(msg.rm_type), in urndis_ctrl_init() 702 msg.rm_type = htole32(REMOTE_NDIS_HALT_MSG); in urndis_ctrl_halt() 707 le32toh(msg.rm_type), in urndis_ctrl_halt() 731 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); in urndis_ctrl_query() 747 le32toh(msg->rm_type), in urndis_ctrl_query() 777 msg->rm_type = htole32(REMOTE_NDIS_SET_MSG); in urndis_ctrl_set() 793 le32toh(msg->rm_type), in urndis_ctrl_set() 842 msg.rm_type = le32toh(msg.rm_type); in urndis_bulk_read_callback() [all …]
|
| /freebsd-13.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-13.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-13.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-13.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() 860 req->rm_type = REMOTE_NDIS_INITIALIZE_MSG; in hn_rndis_init() 925 halt->rm_type = REMOTE_NDIS_HALT_MSG; in hn_rndis_halt()
|
| /freebsd-13.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-13.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 | 201 sc->sc_io_rman.rm_type = RMAN_ARRAY; in ofw_pci_init() 209 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ofw_pci_init() 217 sc->sc_pmem_rman.rm_type = RMAN_ARRAY; in ofw_pci_init()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pci_host_generic.c | 108 sc->pmem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach() 111 sc->mem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach() 114 sc->io_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | nexus.c | 153 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach() 160 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /freebsd-13.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() 1022 urm.rm_type = rm->rm_type; in sysctl_rman()
|
| /freebsd-13.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 | 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()
|
| /freebsd-13.1/sys/dev/puc/ |
| H A D | puc.c | 233 sc->sc_ioport.rm_type = RMAN_ARRAY; in puc_bfe_attach() 236 sc->sc_iomem.rm_type = RMAN_ARRAY; in puc_bfe_attach() 239 sc->sc_irq.rm_type = RMAN_ARRAY; in puc_bfe_attach()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | nexus.c | 165 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach() 172 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.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()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_subr.c | 301 r->ht_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources() 312 r->br_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources() 330 r->br_irq_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
|