iavf_dmamem
iavf_dmamem_alloc(struct iavf_softc *sc, struct iavf_dmamem *ixm,
iavf_dmamem_free(struct iavf_softc *sc, struct iavf_dmamem *ixm)
struct iavf_dmamem txr_mem;
struct iavf_dmamem rxr_mem;
struct iavf_dmamem sc_scratch;
struct iavf_dmamem sc_atq;
struct iavf_dmamem sc_arq;
static int iavf_dmamem_alloc(struct iavf_softc *, struct iavf_dmamem *,
static void iavf_dmamem_free(struct iavf_softc *, struct iavf_dmamem *);