mpi_dmamem_alloc
sc->sc_requests = mpi_dmamem_alloc(sc,
sc->sc_replies = mpi_dmamem_alloc(sc, sc->sc_repq * MPI_REPLY_SIZE);
sc->sc_fw = mpi_dmamem_alloc(sc, sc->sc_fw_len);
struct mpi_dmamem *mpi_dmamem_alloc(struct mpi_softc *, size_t);