Home
last modified time | relevance | path

Searched refs:sc_dp_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dbman_fdt.c232 sc->sc_dp_size = ulmax(sc->sc_dp_size, portal_size); in bman_portals_fdt_attach()
H A Dportals.h44 uint32_t sc_dp_size; /* portal's size */ member
H A Dbman_portals.c63 if (law_enable(OCP85XX_TGTIF_BMAN, sc->sc_dp_pa, sc->sc_dp_size)) { in bman_portals_attach()
H A Dqman_portals.c68 if (law_enable(OCP85XX_TGTIF_QMAN, sc->sc_dp_pa, sc->sc_dp_size)) { in qman_portals_attach()
H A Dqman_fdt.c204 sc->sc_dp_size = portal_size; in qman_portals_fdt_attach()