mpi_dmamem_alloc   70 dev/ic/mpi.c   struct mpi_dmamem	*mpi_dmamem_alloc(struct mpi_softc *, size_t);
mpi_dmamem_alloc  808 dev/ic/mpi.c   	sc->sc_requests = mpi_dmamem_alloc(sc,
mpi_dmamem_alloc  899 dev/ic/mpi.c   	sc->sc_replies = mpi_dmamem_alloc(sc, PAGE_SIZE);
mpi_dmamem_alloc 2078 dev/ic/mpi.c   	sc->sc_fw = mpi_dmamem_alloc(sc, sc->sc_fw_len);