Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman.c990 struct qman_cgrs *cgrs; member
1273 portal->cgrs = kmalloc_array(2, sizeof(*cgrs), GFP_KERNEL); in qman_create_portal()
1274 if (!portal->cgrs) in qman_create_portal()
1277 qman_cgrs_init(&portal->cgrs[1]); in qman_create_portal()
1278 if (cgrs) in qman_create_portal()
1279 portal->cgrs[0] = *cgrs; in qman_create_portal()
1282 qman_cgrs_fill(&portal->cgrs[0]); in qman_create_portal()
1342 kfree(portal->cgrs); in qman_create_portal()
1397 kfree(qm->cgrs); in qman_destroy_portal()
1473 &p->cgrs[0]); in qm_congestion_task()
[all …]
H A Dqman_priv.h208 const struct qman_cgrs *cgrs);