ixl_dmamem_alloc
static int ixl_dmamem_alloc(struct ixl_softc *, struct ixl_dmamem *,
if (ixl_dmamem_alloc(sc, &sc->sc_atq,
if (ixl_dmamem_alloc(sc, &sc->sc_arq,
if (ixl_dmamem_alloc(sc, &sc->sc_scratch,
if (ixl_dmamem_alloc(sc, &txr->txr_mem,
if (ixl_dmamem_alloc(sc, &rxr->rxr_mem,
if (ixl_dmamem_alloc(sc, &idm, sizeof(*addrs), 0) != 0) {
if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0)
if (ixl_dmamem_alloc(sc, &sc->sc_hmc_pd, size, IXL_HMC_PGSIZE) != 0) {
if (ixl_dmamem_alloc(sc, &sc->sc_hmc_sd, tables * IXL_HMC_PGSIZE,