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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c430 int oce_dma_alloc(struct oce_softc *, bus_size_t, struct oce_dma_mem *);
545 if (oce_dma_alloc(sc, sizeof(struct oce_bmbx), &sc->sc_mbx)) {
549 if (oce_dma_alloc(sc, OCE_MAX_PAYLOAD, &sc->sc_pld)) {
2430 oce_dma_alloc(struct oce_softc *sc, bus_size_t size, struct oce_dma_mem *dma) function

Completed in 173 milliseconds