Searched refs:qm_cgralloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_ccsr.c692 ret = gen_pool_add(qm_cgralloc, DPAA_GENALLOC_OFF, cgrid_num, -1);
850 qm_cgralloc = devm_gen_pool_create(dev, 0, -1, "qman-cgralloc");
851 if (IS_ERR(qm_cgralloc)) {
852 ret = PTR_ERR(qm_cgralloc);
H A Dqman_priv.h192 extern struct gen_pool *qm_cgralloc; /* CGR ID allocator */
H A Dqman.c2894 struct gen_pool *qm_cgralloc; /* CGR ID allocator */ variable in typeref:struct:gen_pool
2926 return qman_alloc_range(qm_cgralloc, result, count);
3053 gen_pool_free(qm_cgralloc, cgrid | DPAA_GENALLOC_OFF, 1);

Completed in 134 milliseconds