Home
last modified time | relevance | path

Searched refs:pcfg (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c48 pcfg.cpu = -1; in fsl_bman_portal_init()
51 if (pcfg.cpu != -1) { in fsl_bman_portal_init()
55 pcfg.cpu = loop; in fsl_bman_portal_init()
57 if (pcfg.cpu == -1) { in fsl_bman_portal_init()
72 pcfg.is_shared = is_shared; in fsl_bman_portal_init()
73 pcfg.index = map.index; in fsl_bman_portal_init()
74 bman_depletion_fill(&pcfg.mask); in fsl_bman_portal_init()
83 pcfg.irq = bmfd; in fsl_bman_portal_init()
88 pcfg.cpu); in fsl_bman_portal_init()
108 DPAA_BUG_ON(cfg != &pcfg); in fsl_bman_portal_finish()
[all …]
H A Dbman.c146 const struct bm_portal_config *pcfg; in bman_destroy_portal() local
148 pcfg = bm->config; in bman_destroy_portal()
152 free_irq(pcfg->irq, bm); in bman_destroy_portal()
164 const struct bm_portal_config *pcfg; in bman_destroy_affine_portal() local
166 pcfg = bm->config; in bman_destroy_affine_portal()
169 CPU_CLR(pcfg->cpu, &affine_mask); in bman_destroy_affine_portal()
171 return pcfg; in bman_destroy_affine_portal()
H A Dqman_priv.h165 void qm_put_unused_portal(struct qm_portal_config *pcfg);
166 void qm_set_liodns(struct qm_portal_config *pcfg);
H A Dqman.c700 const struct qm_portal_config *pcfg; in qman_destroy_portal() local
716 pcfg = qm->config; in qman_destroy_portal()
718 free_irq(pcfg->irq, qm); in qman_destroy_portal()
736 const struct qm_portal_config *pcfg; in qman_destroy_affine_portal() local
743 pcfg = qm->config; in qman_destroy_affine_portal()
744 cpu = pcfg->cpu; in qman_destroy_affine_portal()
754 return pcfg; in qman_destroy_affine_portal()