an_dma_alloc
static int an_dma_malloc(struct an_softc *, bus_size_t, struct an_dma_alloc *,
static void an_dma_free(struct an_softc *, struct an_dma_alloc *);
an_dma_malloc(struct an_softc *sc, bus_size_t size, struct an_dma_alloc *dma,
an_dma_free(struct an_softc *sc, struct an_dma_alloc *dma)
struct an_dma_alloc an_rid_buffer;
struct an_dma_alloc an_rx_buffer[AN_MAX_RX_DESC];
struct an_dma_alloc an_tx_buffer[AN_MAX_TX_DESC];