em_dma_alloc
em_dma_malloc(struct em_softc *sc, bus_size_t size, struct em_dma_alloc *dma)
em_dma_free(struct em_softc *sc, struct em_dma_alloc *dma)
int em_dma_malloc(struct em_softc *, bus_size_t, struct em_dma_alloc *);
void em_dma_free(struct em_softc *, struct em_dma_alloc *);
struct em_dma_alloc sc_rx_dma; /* bus_dma glue for rx desc */
struct em_dma_alloc sc_tx_dma; /* bus_dma glue for tx desc */