Home
last modified time | relevance | path

Searched refs:stge_rx_ring_map (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/stge/
H A Dif_stge.c831 BUS_DMA_COHERENT | BUS_DMA_ZERO, &sc->sc_cdata.stge_rx_ring_map); in stge_dma_alloc()
840 sc->sc_cdata.stge_rx_ring_map, sc->sc_rdata.stge_rx_ring, in stge_dma_alloc()
910 sc->sc_cdata.stge_rx_ring_map); in stge_dma_free()
914 sc->sc_cdata.stge_rx_ring_map); in stge_dma_free()
1637 sc->sc_cdata.stge_rx_ring_map, BUS_DMASYNC_POSTREAD); in stge_rxeof()
1761 sc->sc_cdata.stge_rx_ring_map, in stge_rxeof()
2408 sc->sc_cdata.stge_rx_ring_map, in stge_init_rx_ring()
H A Dif_stgereg.h595 bus_dmamap_t stge_rx_ring_map; member