Searched refs:mfii_dmamem_alloc (Results 1 – 1 of 1) sorted by relevance
434 static struct mfii_dmamem * mfii_dmamem_alloc(struct mfii_softc *, size_t);818 sc->sc_sense = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_SENSE_SIZE); in mfii_attach()827 sc->sc_reply_postq = mfii_dmamem_alloc(sc, in mfii_attach()836 sc->sc_requests = mfii_dmamem_alloc(sc, in mfii_attach()842 sc->sc_mfi = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_FRAME_SIZE); in mfii_attach()847 sc->sc_sgl = mfii_dmamem_alloc(sc, sc->sc_max_cmds * in mfii_attach()1196 mfii_dmamem_alloc(struct mfii_softc *sc, size_t size) in mfii_dmamem_alloc() function1291 mdm = mfii_dmamem_alloc(sc, sizeof(struct mfi_evt_detail)); in mfii_aen_register()2113 m = mfii_dmamem_alloc(sc, sizeof(*iiq)); in mfii_initialise_firmware()