qle_dmamem_alloc
mem = qle_dmamem_alloc(sc, 65536);
sc->sc_requests = qle_dmamem_alloc(sc, sc->sc_maxcmds *
sc->sc_responses = qle_dmamem_alloc(sc, sc->sc_maxcmds *
sc->sc_pri_requests = qle_dmamem_alloc(sc, 8 * QLE_QUEUE_ENTRY_SIZE);
sc->sc_segments = qle_dmamem_alloc(sc, sc->sc_maxcmds * QLE_MAX_SEGS *
sc->sc_fcp_cmnds = qle_dmamem_alloc(sc, sc->sc_maxcmds *
struct qle_dmamem *qle_dmamem_alloc(struct qle_softc *, size_t);
sc->sc_scratch = qle_dmamem_alloc(sc, QLE_SCRATCH_SIZE);