Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c2257 if (!p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].allocated) in KgAllocClsPlanEntries()
2277 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[j].allocated = TRUE; in KgAllocClsPlanEntries()
2278 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[j].ownerId = guestId; in KgAllocClsPlanEntries()
2305 ASSERT_COND(p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].allocated); in KgFreeClsPlanEntries()
2306 ASSERT_COND(guestId == p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].ownerId); in KgFreeClsPlanEntries()
2307 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].allocated = FALSE; in KgFreeClsPlanEntries()
2308 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].ownerId = 0; in KgFreeClsPlanEntries()
H A Dfm_pcd.h257 t_FmPcdAllocMng clsPlanBlocksMng[FM_PCD_MAX_NUM_OF_CLS_PLANS/CLS_PLAN_NUM_PER_GRP]; member