oce_dma_mem
struct oce_dma_mem dma;
oce_dma_alloc(struct oce_softc *sc, bus_size_t size, struct oce_dma_mem *dma)
memset(dma, 0, sizeof(struct oce_dma_mem));
oce_dma_free(struct oce_softc *sc, struct oce_dma_mem *dma)
struct oce_dma_mem *dma;
struct oce_dma_mem *dma = &ring->dma;
struct oce_dma_mem sc_mbx;
struct oce_dma_mem sc_pld;
int oce_dma_alloc(struct oce_softc *, bus_size_t, struct oce_dma_mem *);
void oce_dma_free(struct oce_softc *, struct oce_dma_mem *);