ips.c | 518 int ips_dmamem_alloc(struct dmamem *, bus_dma_tag_t, bus_size_t); 656 if (ips_dmamem_alloc(&sc->sc_cmdbm, sc->sc_dmat, 663 if (ips_dmamem_alloc(&sc->sc_infom, sc->sc_dmat, 675 if (ips_dmamem_alloc(&sc->sc_sqm, sc->sc_dmat, IPS_SQSZ)) { 1975 ips_dmamem_alloc(struct dmamem *dm, bus_dma_tag_t tag, bus_size_t size) function in typeref:typename:int
|