HomeSort by: relevance | last modified time | path
    Searched refs:sc_rxloring_dma (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 650 txp_rx_reclaim(sc, &sc->sc_rxlor, &sc->sc_rxloring_dma);
1081 &sc->sc_rxloring_dma, BUS_DMA_COHERENT)) {
1085 memset(sc->sc_rxloring_dma.dma_vaddr, 0,
1088 htole32(BUS_ADDR_LO32(sc->sc_rxloring_dma.dma_paddr));
1090 htole32(BUS_ADDR_HI32(sc->sc_rxloring_dma.dma_paddr));
1093 (struct txp_rx_desc *)sc->sc_rxloring_dma.dma_vaddr;
1096 bus_dmamap_sync(sc->sc_dmat, sc->sc_rxloring_dma.dma_map,
1097 0, sc->sc_rxloring_dma.dma_map->dm_mapsize, BUS_DMASYNC_PREREAD);
1242 txp_dma_free(sc, &sc->sc_rxloring_dma);
if_txpreg.h 593 struct txp_dma_alloc sc_rxhiring_dma, sc_rxloring_dma; member in struct:txp_softc

Completed in 14 milliseconds