Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/net/
H A Drndis.h102 uint32_t rm_type; member
112 uint32_t rm_type; member
182 uint32_t rm_type; member
193 uint32_t rm_type; member
202 uint32_t rm_type; member
224 uint32_t rm_type; member
234 uint32_t rm_type; member
248 uint32_t rm_type; member
265 uint32_t rm_type; member
279 uint32_t rm_type; member
[all …]
/freebsd-14.2/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-14.2/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c118 switch (hdr->rm_type) { in hn_rndis_rx_ctrl()
147 hdr->rm_type); in hn_rndis_rx_ctrl()
292 if (comp->rm_type != comp_type) { in hn_rndis_xact_execute()
294 "expect 0x%08x\n", comp->rm_type, comp_type); in hn_rndis_xact_execute()
335 req->rm_type = REMOTE_NDIS_QUERY_MSG; in hn_rndis_query2()
549 req->rm_type = REMOTE_NDIS_SET_MSG; in hn_rndis_set()
864 req->rm_type = REMOTE_NDIS_INITIALIZE_MSG; in hn_rndis_init()
929 halt->rm_type = REMOTE_NDIS_HALT_MSG; in hn_rndis_halt()
/freebsd-14.2/sys/sys/
H A Drman.h89 enum rman_type rm_type; /* region type */ member
119 enum rman_type rm_type; /* what type of resource this is */ member
/freebsd-14.2/sys/x86/x86/
H A Dnexus.c208 irq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
230 drq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
245 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
253 mem_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_mc.c213 sc->dpio_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
224 sc->dpbp_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
235 sc->dpcon_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
246 sc->dpmcp_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
/freebsd-14.2/sys/powerpc/powerpc/
H A Dnexus.c135 intr_rman.rm_type = RMAN_ARRAY; in nexus_attach()
137 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd-14.2/sys/arm/arm/
H A Dnexus.c167 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
174 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd-14.2/sys/riscv/riscv/
H A Dnexus.c155 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
162 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd-14.2/sys/dev/pci/
H A Dpci_host_generic.c138 sc->pmem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
143 sc->mem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
148 sc->io_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
H A Dpci_subr.c319 d->pd_bus_rman.rm_type = RMAN_ARRAY; in pci_find_domain()
/freebsd-14.2/sys/dev/ofw/
H A Dofw_pcib.c200 sc->sc_io_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
208 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
216 sc->sc_pmem_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
/freebsd-14.2/sys/kern/
H A Dsubr_rman.c134 if (rm->rm_type == RMAN_UNINIT) in rman_init()
136 if (rm->rm_type == RMAN_GAUGE) in rman_init()
1016 urm.rm_type = rm->rm_type; in sysctl_rman()
/freebsd-14.2/sys/dev/puc/
H A Dpuc.c231 sc->sc_ioport.rm_type = RMAN_ARRAY; in puc_bfe_attach()
234 sc->sc_iomem.rm_type = RMAN_ARRAY; in puc_bfe_attach()
237 sc->sc_irq.rm_type = RMAN_ARRAY; in puc_bfe_attach()
/freebsd-14.2/sys/arm64/arm64/
H A Dnexus.c168 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
175 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd-14.2/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c299 r->ht_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
310 r->br_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
328 r->br_irq_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
/freebsd-14.2/sys/dev/vmd/
H A Dvmd.c314 bus->rman.rm_type = RMAN_ARRAY; in vmd_attach()
331 w->rman.rm_type = RMAN_ARRAY; in vmd_attach()
/freebsd-14.2/sys/powerpc/ps3/
H A Dps3bus.c329 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ps3bus_attach()
331 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in ps3bus_attach()
/freebsd-14.2/sys/arm64/cavium/
H A Dthunder_pcie_pem.c825 sc->mem_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
833 sc->io_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
/freebsd-14.2/sys/powerpc/psim/
H A Diobus.c202 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in iobus_attach()
/freebsd-14.2/sys/dev/quicc/
H A Dquicc_core.c122 sc->sc_rman.rm_type = RMAN_ARRAY; in quicc_bfe_attach()
/freebsd-14.2/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c132 sc->mem_rman.rm_type = RMAN_ARRAY; in bhnd_usb_attach()
/freebsd-14.2/sys/dev/mvs/
H A Dmvs_soc.c149 ctlr->sc_iomem.rm_type = RMAN_ARRAY; in mvs_attach()
/freebsd-14.2/sys/dev/dpaa/
H A Dfman.c341 sc->rman.rm_type = RMAN_ARRAY; in fman_init()
/freebsd-14.2/sys/arm/mv/
H A Dmv_pci.c612 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init()
617 sc->sc_io_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init()

12