gfe_dmamem_alloc
error = gfe_dmamem_alloc(sc, &txq->txq_desc_mem, 1,
error = gfe_dmamem_alloc(sc, &txq->txq_buf_mem, 1, GE_TXBUF_SIZE, 0);
STATIC int gfe_dmamem_alloc(struct gfe_softc *, struct gfe_dmamem *, int,
error = gfe_dmamem_alloc(sc, &sc->sc_hash_mem, 1, sc->sc_hashmask + 1,
error = gfe_dmamem_alloc(sc, &rxq->rxq_desc_mem, 1,
error = gfe_dmamem_alloc(sc, &rxq->rxq_buf_mem, GE_RXBUF_NSEGS,