Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_txp.c657 txp_tx_reclaim(sc, &sc->sc_txhir, &sc->sc_txhiring_dma); in txp_intr()
1011 &sc->sc_txhiring_dma, BUS_DMA_COHERENT)) { in txp_alloc_rings()
1015 memset(sc->sc_txhiring_dma.dma_vaddr, 0, in txp_alloc_rings()
1018 htole32(BUS_ADDR_LO32(sc->sc_txhiring_dma.dma_paddr)); in txp_alloc_rings()
1020 htole32(BUS_ADDR_HI32(sc->sc_txhiring_dma.dma_paddr)); in txp_alloc_rings()
1024 (struct txp_tx_desc *)sc->sc_txhiring_dma.dma_vaddr; in txp_alloc_rings()
1248 txp_dma_free(sc, &sc->sc_txhiring_dma); in txp_alloc_rings()
1569 sc->sc_txhiring_dma.dma_map, in txp_start()
1586 bus_dmamap_sync(sc->sc_dmat, sc->sc_txhiring_dma.dma_map, in txp_start()
Dif_txpreg.h594 struct txp_dma_alloc sc_txhiring_dma, sc_txloring_dma; member