Home
last modified time | relevance | path

Searched refs:mem_bus_space_handle (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/igc/
H A Digc_osdep.h68 bus_space_handle_t mem_bus_space_handle; member
84 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset)
89 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
95 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
100 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
105 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
110 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
118 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
123 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
128 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
H A Dif_igc.c1448 sc->osdep.mem_bus_space_handle = in igc_allocate_pci_resources()
1450 sc->hw.hw_addr = (u8 *)&sc->osdep.mem_bus_space_handle; in igc_allocate_pci_resources()
/freebsd/sys/dev/e1000/
H A De1000_osdep.h154 bus_space_handle_t mem_bus_space_handle; member
171 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset)
176 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
182 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
187 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
192 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
197 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
205 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
210 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
215 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
H A Dif_em.c1052 sc->osdep.mem_bus_space_handle in em_if_attach_pre()
2239 sc->osdep.mem_bus_space_handle = in em_allocate_pci_resources()
2241 sc->hw.hw_addr = (u8 *)&sc->osdep.mem_bus_space_handle; in em_allocate_pci_resources()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_osdep.c52 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg); in ixgbe_read_reg()
59 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg()
67 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_read_reg_array()
75 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg_array()
H A Dixgbe_osdep.h195 bus_space_handle_t mem_bus_space_handle; member
H A Dif_ixv.c1117 sc->osdep.mem_bus_space_handle = in ixv_allocate_pci_resources()
1119 sc->hw.hw_addr = (u8 *)&sc->osdep.mem_bus_space_handle; in ixv_allocate_pci_resources()
H A Dif_ix.c2857 sc->osdep.mem_bus_space_handle = in ixgbe_allocate_pci_resources()
2860 sc->hw.hw_addr = (u8 *)&sc->osdep.mem_bus_space_handle; in ixgbe_allocate_pci_resources()
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h150 bus_space_handle_t mem_bus_space_handle; member
202 osdep->mem_bus_space_handle, reg)); in rd32_osdep()
214 osdep->mem_bus_space_handle, reg, value); in wr32_osdep()
228 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
233 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
H A Dif_ixl.c392 pf->osdep.mem_bus_space_handle = in ixl_allocate_pci_resources()
398 pf->hw.hw_addr = (u8 *) &pf->osdep.mem_bus_space_handle; in ixl_allocate_pci_resources()
/freebsd/sys/dev/iavf/
H A Diavf_osdep.c340 osdep->mem_bus_space_handle, reg)); in iavf_rd32()
361 osdep->mem_bus_space_handle, reg, val); in iavf_wr32()
H A Diavf_osdep.h191 bus_space_handle_t mem_bus_space_handle; member
H A Diavf_lib.c115 sc->osdep.mem_bus_space_handle = in iavf_allocate_pci_resources_common()
121 sc->hw.hw_addr = (u8 *)&sc->osdep.mem_bus_space_handle; in iavf_allocate_pci_resources_common()
/freebsd/sys/dev/irdma/
H A Dfbsd_kcompat.c56 dev_ctx->mem_bus_space_handle, reg)); in irdma_rd32()
68 dev_ctx->mem_bus_space_handle, reg, value); in irdma_wr32()
79 dev_ctx->mem_bus_space_handle, reg)); in irdma_rd64()
91 dev_ctx->mem_bus_space_handle, reg, value); in irdma_wr64()
H A Dosdep.h162 bus_space_handle_t mem_bus_space_handle; member
H A Dicrdma.c524 rf->dev_ctx.mem_bus_space_handle = rman_get_bushandle(peer->pci_mem); in irdma_fill_device_info()