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

/freebsd-13-stable/sys/dev/dpaa/
H A Dqman_portals.c60 struct dpaa_portals_softc *qp_sc; variable in typeref:struct:dpaa_portals_softc
67 sc = qp_sc = device_get_softc(dev);
86 qp_sc = NULL;
128 if (qp_sc == NULL)
131 sc = qp_sc;
H A Dqman.c50 extern struct dpaa_portals_softc *qp_sc;
193 if (qp_sc == NULL)
196 dpaa_portal_map_registers(qp_sc);
201 qp.swPortalsBaseAddress = rman_get_bushandle(qp_sc->sc_rres[0]);

Completed in 41 milliseconds