Searched refs:em_dma_alloc (Results 1 – 2 of 2) sorted by relevance
287 struct em_dma_alloc { struct323 struct em_dma_alloc sc_rx_dma; /* bus_dma glue for rx desc */352 struct em_dma_alloc sc_tx_dma; /* bus_dma glue for tx desc */
306 int em_dma_malloc(struct em_softc *, bus_size_t, struct em_dma_alloc *);307 void em_dma_free(struct em_softc *, 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()2194 em_dma_free(struct em_softc *sc, struct em_dma_alloc *dma) in em_dma_free()