ixl_dmamem
struct ixl_dmamem txr_mem;
struct ixl_dmamem rxr_mem;
struct ixl_dmamem sc_scratch;
struct ixl_dmamem sc_atq;
struct ixl_dmamem sc_arq;
struct ixl_dmamem sc_hmc_sd;
struct ixl_dmamem sc_hmc_pd;
static int ixl_dmamem_alloc(struct ixl_softc *, struct ixl_dmamem *,
static void ixl_dmamem_free(struct ixl_softc *, struct ixl_dmamem *);
struct ixl_dmamem idm;
struct ixl_dmamem idm;
ixl_get_phy_abilities(struct ixl_softc *sc,struct ixl_dmamem *idm)
struct ixl_dmamem idm;
struct ixl_dmamem idm;
struct ixl_dmamem *vsi = &sc->sc_scratch;
struct ixl_dmamem *vsi = &sc->sc_scratch;
ixl_dmamem_alloc(struct ixl_softc *sc, struct ixl_dmamem *ixm,
ixl_dmamem_free(struct ixl_softc *sc, struct ixl_dmamem *ixm)