Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/stge/
HDif_stge.c814 BUS_DMA_COHERENT | BUS_DMA_ZERO, &sc->sc_cdata.stge_tx_ring_map); in stge_dma_alloc()
823 sc->sc_cdata.stge_tx_ring_map, sc->sc_rdata.stge_tx_ring, in stge_dma_alloc()
900 sc->sc_cdata.stge_tx_ring_map); in stge_dma_free()
904 sc->sc_cdata.stge_tx_ring_map); in stge_dma_free()
1139 sc->sc_cdata.stge_tx_ring_map, in stge_encap()
1536 sc->sc_cdata.stge_tx_ring_map, BUS_DMASYNC_POSTREAD); in stge_txeof()
1568 sc->sc_cdata.stge_tx_ring_map, in stge_txeof()
2383 sc->sc_cdata.stge_tx_ring_map, in stge_init_tx_ring()
HDif_stgereg.h593 bus_dmamap_t stge_tx_ring_map; member