Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dqman.c382 sc->sc_cgalloc = vmem_create("qman->cgalloc", 0, QMAN_CGRS, in qman_attach()
420 if (sc->sc_cgalloc != NULL) in qman_detach()
421 vmem_destroy(sc->sc_cgalloc); in qman_detach()
H A Dqman.h79 vmem_t *sc_cgalloc; member