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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c155 struct oce_dma_mem { struct
170 struct oce_dma_mem dma;
317 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)
2434 memset(dma, 0, sizeof(struct oce_dma_mem));
2486 oce_dma_free(struct oce_softc *sc, struct oce_dma_mem *dma)
2509 struct oce_dma_mem *dm
[all...]

Completed in 309 milliseconds