bnxt_dmamem_alloc
sc->sc_stats_ctx_mem = bnxt_dmamem_alloc(sc,
sc->sc_rx_cfg = bnxt_dmamem_alloc(sc, PAGE_SIZE * 2);
sc->sc_qp_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_srq_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_cq_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_vnic_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_stat_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_stqm_mem = bnxt_dmamem_alloc(sc, count * size);
sc->sc_tqm_mem[i] = bnxt_dmamem_alloc(sc, count * size);
sc->sc_cmd_resp = bnxt_dmamem_alloc(sc, PAGE_SIZE);
nqr->ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE *
cpr->ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE *
tx->tx_ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE);
rx->rx_ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE * 2);
nq->ring_mem = bnxt_dmamem_alloc(sc,
cp->ring_mem = bnxt_dmamem_alloc(sc, PAGE_SIZE * BNXT_CP_PAGES);