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

/openbsd-current/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 *);
2162 em_dma_malloc(struct em_softc *sc, bus_size_t size, struct em_dma_alloc *dma)
2200 em_dma_free(struct em_softc *sc, struct em_dma_alloc *dma)

Completed in 81 milliseconds