Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_em.h287 struct em_dma_alloc { struct
323 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 */
H A Dif_em.c306 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()