Searched refs:cad_dmamem_alloc (Results 1 – 1 of 1) sorted by relevance
336 struct cad_dmamem *cad_dmamem_alloc(struct cad_softc *, bus_size_t, bus_size_t);726 sc->sc_txring = cad_dmamem_alloc(sc, in cad_up()792 sc->sc_rxring = cad_dmamem_alloc(sc, in cad_up()1667 cad_dmamem_alloc(struct cad_softc *sc, bus_size_t size, bus_size_t align) in cad_dmamem_alloc() function