dwc_gmac.c | 596 const size_t ringsize = AWGE_TOTAL_RING_COUNT * local in function:dwc_gmac_alloc_dma_rings 601 error = bus_dmamap_create(sc->sc_dmat, ringsize, 1, ringsize, 0, 610 error = bus_dmamem_alloc(sc->sc_dmat, ringsize, PAGE_SIZE, 0, 619 ringsize, &rings, BUS_DMA_NOWAIT | BUS_DMA_COHERENT); 627 ringsize, NULL, BUS_DMA_NOWAIT | BUS_DMA_COHERENT);
|