mfii_dmamem_alloc
mdm = mfii_dmamem_alloc(sc, sizeof(struct mfi_evt_detail));
m = mfii_dmamem_alloc(sc, sizeof(*iiq));
struct mfii_dmamem * mfii_dmamem_alloc(struct mfii_softc *, size_t);
sc->sc_sense = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_SENSE_SIZE);
sc->sc_reply_postq = mfii_dmamem_alloc(sc,
sc->sc_requests = mfii_dmamem_alloc(sc,
sc->sc_mfi = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_FRAME_SIZE);
sc->sc_sgl = mfii_dmamem_alloc(sc, sc->sc_max_cmds *