gfe_dmamem
STATIC int gfe_dmamem_alloc(struct gfe_softc *, struct gfe_dmamem *, int,
STATIC void gfe_dmamem_free(struct gfe_softc *, struct gfe_dmamem *);
gfe_dmamem_alloc(struct gfe_softc *sc, struct gfe_dmamem *gdm, int maxsegs,
gfe_dmamem_free(struct gfe_softc *sc, struct gfe_dmamem *gdm)
struct gfe_dmamem sc_hash_mem; /* dma'ble hash table */
struct gfe_dmamem txq_desc_mem; /* transmit descriptor memory */
struct gfe_dmamem txq_buf_mem; /* transmit buffer memory */
struct gfe_dmamem rxq_desc_mem; /* receive descriptor memory */
struct gfe_dmamem rxq_buf_mem; /* receive buffer memory */