Searched refs:oce_dma_mem (Results 1 – 1 of 1) sorted by relevance
155 struct oce_dma_mem { struct170 struct oce_dma_mem dma; argument317 struct oce_dma_mem sc_mbx;318 struct oce_dma_mem sc_pld;430 int oce_dma_alloc(struct oce_softc *, bus_size_t, struct oce_dma_mem *);431 void oce_dma_free(struct oce_softc *, struct oce_dma_mem *);2430 oce_dma_alloc(struct oce_softc *sc, bus_size_t size, struct oce_dma_mem *dma) in oce_dma_alloc()2434 memset(dma, 0, sizeof(struct oce_dma_mem)); in oce_dma_alloc()2486 oce_dma_free(struct oce_softc *sc, struct oce_dma_mem *dma) in oce_dma_free()2509 struct oce_dma_mem *dma; in oce_create_ring()[all …]