iavf_dmamem_alloc
if (iavf_dmamem_alloc(sc, &sc->sc_scratch, PAGE_SIZE, IAVF_AQ_ALIGN) != 0) {
if (iavf_dmamem_alloc(sc, &txr->txr_mem,
if (iavf_dmamem_alloc(sc, &rxr->rxr_mem,
static int iavf_dmamem_alloc(struct iavf_softc *, struct iavf_dmamem *,
if (iavf_dmamem_alloc(sc, &sc->sc_atq,
if (iavf_dmamem_alloc(sc, &sc->sc_arq,