Searched refs:p_ClsPlanGrp (Results 1 – 1 of 1) sorted by relevance
1844 t_FmPcdKgClsPlanGrp *p_ClsPlanGrp; in FmPcdKgBuildClsPlanGrp() local1868 p_ClsPlanGrp = &p_FmPcd->p_FmPcdKg->clsPlanGrps[i]; in FmPcdKgBuildClsPlanGrp()1869 p_ClsPlanGrp->netEnvId = p_Grp->netEnvId; in FmPcdKgBuildClsPlanGrp()1870 p_ClsPlanGrp->owners = 0; in FmPcdKgBuildClsPlanGrp()1875 p_ClsPlanGrp->sizeOfGrp = (uint16_t)(1 << p_Grp->numOfOptions); in FmPcdKgBuildClsPlanGrp()1877 if (p_ClsPlanGrp->sizeOfGrp < CLS_PLAN_NUM_PER_GRP) in FmPcdKgBuildClsPlanGrp()1878 p_ClsPlanGrp->sizeOfGrp = CLS_PLAN_NUM_PER_GRP; in FmPcdKgBuildClsPlanGrp()1881 …err = KgAllocClsPlanEntries(h_FmPcd, p_ClsPlanGrp->sizeOfGrp, p_FmPcd->guestId, &p_ClsPlanGrp->bas… in FmPcdKgBuildClsPlanGrp()1897 kgAlloc.numOfClsPlanEntries = p_ClsPlanGrp->sizeOfGrp; in FmPcdKgBuildClsPlanGrp()1900 replyLength = (sizeof(uint32_t) + sizeof(p_ClsPlanGrp->baseEntry)); in FmPcdKgBuildClsPlanGrp()[all …]