Home
last modified time | relevance | path

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

12

/freebsd/sys/net/
H A Drndis.h102 uint32_t rm_type; member
112 uint32_t rm_type; member
144 uint32_t rm_type:31; /* NDIS_PKTINFO_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
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_urndis.c474 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
497 switch (le32toh(hdr->rm_type)) { in urndis_ctrl_handle()
518 le32toh(hdr->rm_type)); in urndis_ctrl_handle()
660 msg.rm_type = htole32(REMOTE_NDIS_INITIALIZE_MSG); in urndis_ctrl_init()
669 le32toh(msg.rm_type), in urndis_ctrl_init()
697 msg.rm_type = htole32(REMOTE_NDIS_HALT_MSG); in urndis_ctrl_halt()
702 le32toh(msg.rm_type), in urndis_ctrl_halt()
726 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); in urndis_ctrl_query()
742 le32toh(msg->rm_type), in urndis_ctrl_query()
772 msg->rm_type = htole32(REMOTE_NDIS_SET_MSG); in urndis_ctrl_set()
[all …]
/freebsd/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/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/sys/x86/x86/
H A Dnexus.c206 irq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
228 drq_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
243 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
251 mem_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c131 intr_rman.rm_type = RMAN_ARRAY; in nexus_attach()
133 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c212 sc->dpio_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
223 sc->dpbp_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
234 sc->dpcon_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
245 sc->dpmcp_rman.rm_type = RMAN_ARRAY; in dpaa2_mc_attach()
/freebsd/sys/arm/arm/
H A Dnexus.c169 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
176 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd/sys/riscv/riscv/
H A Dnexus.c154 mem_rman.rm_type = RMAN_ARRAY; in nexus_attach()
161 irq_rman.rm_type = RMAN_ARRAY; in nexus_attach()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c203 sc->sc_io_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
211 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
219 sc->sc_pmem_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c144 sc->pmem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
149 sc->mem_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
154 sc->io_rman.rm_type = RMAN_ARRAY; in pci_host_generic_core_attach()
H A Dpci_subr.c317 d->pd_bus_rman.rm_type = RMAN_ARRAY; in pci_find_domain()
/freebsd/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()
991 urm.rm_type = rm->rm_type; in sysctl_rman()
/freebsd/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/sys/dev/puc/
H A Dpuc.c230 sc->sc_ioport.rm_type = RMAN_ARRAY; in puc_bfe_attach()
233 sc->sc_iomem.rm_type = RMAN_ARRAY; in puc_bfe_attach()
236 sc->sc_irq.rm_type = RMAN_ARRAY; in puc_bfe_attach()
/freebsd/sys/dev/xen/bus/
H A Dxenpv.c74 .rm_type = RMAN_ARRAY,
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c298 r->ht_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
309 r->br_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
327 r->br_irq_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c339 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in ps3bus_attach()
341 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in ps3bus_attach()
/freebsd/sys/dev/vmd/
H A Dvmd.c313 bus->rman.rm_type = RMAN_ARRAY; in vmd_attach()
330 w->rman.rm_type = RMAN_ARRAY; in vmd_attach()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c838 sc->mem_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
846 sc->io_rman.rm_type = RMAN_ARRAY; in thunder_pem_attach()
/freebsd/sys/powerpc/psim/
H A Diobus.c211 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in iobus_attach()
/freebsd/sys/dev/quicc/
H A Dquicc_core.c121 sc->sc_rman.rm_type = RMAN_ARRAY; in quicc_bfe_attach()
/freebsd/sys/dev/mvs/
H A Dmvs_soc.c148 ctlr->sc_iomem.rm_type = RMAN_ARRAY; in mvs_attach()
/freebsd/sys/dev/dpaa/
H A Dfman.c340 sc->rman.rm_type = RMAN_ARRAY; in fman_init()
/freebsd/sys/arm/mv/
H A Dmv_pci.c624 sc->sc_mem_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init()
629 sc->sc_io_rman.rm_type = RMAN_ARRAY; in mv_pcib_mem_init()

12