sunxi_emac.c | 151 bus_dma_segment_t desc_dmaseg; member in struct:sunxi_emac_txring 162 bus_dma_segment_t desc_dmaseg; member in struct:sunxi_emac_rxring 1200 &sc->tx.desc_dmaseg, 1, &nsegs, BUS_DMA_WAITOK); 1203 error = bus_dmamem_map(sc->dmat, &sc->tx.desc_dmaseg, nsegs, 1241 &sc->rx.desc_dmaseg, 1, &nsegs, BUS_DMA_WAITOK); 1244 error = bus_dmamem_map(sc->dmat, &sc->rx.desc_dmaseg, nsegs,
|