Home
last modified time | relevance | path

Searched refs:rm_type (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12.1/sys/net/
H A Drndis.h103 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 Dif_urndis.c498 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 Dxlp_simplebus.c111 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 Dhn_rndis.c121 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 Dobio.c90 sc->oba_rman.rm_type = RMAN_ARRAY; in obio_attach()
96 sc->oba_irq_rman.rm_type = RMAN_ARRAY; in obio_attach()
H A Dgt_pci.c278 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 Dobio.c98 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 Drman.h91 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 Dofwbus.c156 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 Dofwpci.c199 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 Dversatile_pci.c221 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 Dnexus.c229 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 Dnexus.c144 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 Dofw_pci.c76 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 Dpci_host_generic.c119 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 Dsubr_rman.c140 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 Dapb.c121 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 Dqca955x_pci.c296 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 Dar724x_pci.c382 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 Dar71xx_pci.c384 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 Dnexus.c164 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 Dpuc.c232 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 Dnexus.c185 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 Dnexus.c228 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 Dmtk_pcie.c288 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()

123