Lines Matching defs:portal
67 /* Map bman portal to physical address space */
72 /* Set portal properties for XX_VirtToPhys() */
124 t_Handle portal;
133 portal = NULL;
136 /* Check if portal is ready */
141 /* Return if portal is already initialized */
151 /* Map portal registers */
154 /* Configure and initialize portal */
165 portal = QM_PORTAL_Config(&qpp);
166 if (portal == NULL)
169 if (QM_PORTAL_Init(portal) != E_OK)
172 if (QM_PORTAL_AddPoolChannel(portal, QMAN_COMMON_POOL_CHANNEL) != E_OK)
176 (uintptr_t)portal);
179 return (portal);
182 if (portal != NULL)
183 QM_PORTAL_Free(portal);