nxe_dmamem_alloc
sc->sc_ctx = nxe_dmamem_alloc(sc, sizeof(*dmamem), PAGE_SIZE);
sc->sc_dummy_rx = nxe_dmamem_alloc(sc, NXE_MAX_PKTLEN, PAGE_SIZE);
sc->sc_dummy_dma = nxe_dmamem_alloc(sc,
nr->nr_dmamem = nxe_dmamem_alloc(sc, desclen * nentries, PAGE_SIZE);
struct nxe_dmamem *nxe_dmamem_alloc(struct nxe_softc *, bus_size_t,