Searched refs:clsPlanGrps (Results 1 – 2 of 2) sorted by relevance
856 tmpKgpeCpp = (uint32_t)(p_FmPcd->p_FmPcdKg->clsPlanGrps[clsPlanGrpId].baseEntry / 8); in BuildCppReg()857 …tmpKgpeCpp |= (uint32_t)(((p_FmPcd->p_FmPcdKg->clsPlanGrps[clsPlanGrpId].sizeOfGrp / 8) - 1) << FM… in BuildCppReg()1856 if (!p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used) in FmPcdKgBuildClsPlanGrp()1861 p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used = TRUE; in FmPcdKgBuildClsPlanGrp()1868 p_ClsPlanGrp = &p_FmPcd->p_FmPcdKg->clsPlanGrps[i]; in FmPcdKgBuildClsPlanGrp()1979 if (p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].owners) in FmPcdKgDestroyClsPlanGrp()1985 … FmPcdSetClsPlanGrpId(p_FmPcd, p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].netEnvId, ILLEGAL_CLS_PLAN); in FmPcdKgDestroyClsPlanGrp()1990 FmPcdDecNetEnvOwners(p_FmPcd, p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].netEnvId); in FmPcdKgDestroyClsPlanGrp()1995 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].sizeOfGrp, in FmPcdKgDestroyClsPlanGrp()1997 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry); in FmPcdKgDestroyClsPlanGrp()[all …]
254 t_FmPcdKgClsPlanGrp clsPlanGrps[FM_MAX_NUM_OF_PORTS]; member