Lines Matching defs:portal
62 /* Map bman portal to physical address space */
67 /* Set portal properties for XX_VirtToPhys() */
117 t_Handle portal;
128 portal = NULL;
131 /* Check if portal is ready */
136 /* Return if portal is already initialized */
146 /* Map portal registers */
149 /* Configure and initialize portal */
156 portal = BM_PORTAL_Config(&bpp);
157 if (portal == NULL)
160 if (BM_PORTAL_Init(portal) != E_OK)
163 atomic_store_rel_ptr((uintptr_t *)&sc->sc_dp[cpu].dp_ph, (uintptr_t)portal);
167 return (portal);
170 if (portal != NULL)
171 BM_PORTAL_Free(portal);