Home
last modified time | relevance | path

Searched refs:an_dma_alloc (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/an/
HDif_anreg.h419 struct an_dma_alloc { struct
489 struct an_dma_alloc an_rid_buffer;
490 struct an_dma_alloc an_rx_buffer[AN_MAX_RX_DESC];
491 struct an_dma_alloc an_tx_buffer[AN_MAX_TX_DESC];
HDif_an.c161 static int an_dma_malloc(struct an_softc *, bus_size_t, struct an_dma_alloc *,
163 static void an_dma_free(struct an_softc *, struct an_dma_alloc *);
479 an_dma_malloc(struct an_softc *sc, bus_size_t size, struct an_dma_alloc *dma, in an_dma_malloc()
508 an_dma_free(struct an_softc *sc, struct an_dma_alloc *dma) in an_dma_free()