ips_dmamem_alloc
int ips_dmamem_alloc(struct dmamem *, bus_dma_tag_t, bus_size_t);
if (ips_dmamem_alloc(&sc->sc_cmdbm, sc->sc_dmat,
if (ips_dmamem_alloc(&sc->sc_infom, sc->sc_dmat,
if (ips_dmamem_alloc(&sc->sc_sqm, sc->sc_dmat, IPS_SQSZ)) {