Searched refs:em_dma_malloc (Results 1 – 1 of 1) sorted by relevance
306 int em_dma_malloc(struct em_softc *, bus_size_t, struct em_dma_alloc *);2156 em_dma_malloc(struct em_softc *sc, bus_size_t size, struct em_dma_alloc *dma) in em_dma_malloc() function4207 if (em_dma_malloc(sc, sc->sc_tx_slots * sizeof(struct em_tx_desc), in em_allocate_desc_rings()4217 if (em_dma_malloc(sc, sc->sc_rx_slots * sizeof(struct em_rx_desc), in em_allocate_desc_rings()