Home
last modified time | relevance | path

Searched refs:qp_sc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dqman_portals.c58 struct dpaa_portals_softc *qp_sc; variable
65 sc = qp_sc = device_get_softc(dev); in qman_portals_attach()
85 qp_sc = NULL; in qman_portals_detach()
127 if (qp_sc == NULL) in qman_portal_setup()
130 sc = qp_sc; in qman_portal_setup()
H A Dqman.c47 extern struct dpaa_portals_softc *qp_sc;
190 if (qp_sc == NULL) in qman_attach()
193 dpaa_portal_map_registers(qp_sc); in qman_attach()
198 qp.swPortalsBaseAddress = rman_get_bushandle(qp_sc->sc_rres[0]); in qman_attach()