Searched refs:p_ClsPlanSet (Results 1 – 3 of 3) sorted by relevance
680 t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet; in FmHcPcdKgDeleteClsPlan() local682 …p_ClsPlanSet = (t_FmPcdKgInterModuleClsPlanSet *)XX_Malloc(sizeof(t_FmPcdKgInterModuleClsPlanSet)); in FmHcPcdKgDeleteClsPlan()683 if (!p_ClsPlanSet) in FmHcPcdKgDeleteClsPlan()686 memset(p_ClsPlanSet, 0, sizeof(t_FmPcdKgInterModuleClsPlanSet)); in FmHcPcdKgDeleteClsPlan()688 p_ClsPlanSet->baseEntry = FmPcdKgGetClsPlanGrpBase(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()689 p_ClsPlanSet->numOfClsPlanEntries = FmPcdKgGetClsPlanGrpSize(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()690 ASSERT_COND(p_ClsPlanSet->numOfClsPlanEntries <= FM_PCD_MAX_NUM_OF_CLS_PLANS); in FmHcPcdKgDeleteClsPlan()692 if (FmHcPcdKgSetClsPlan(p_FmHc, p_ClsPlanSet) != E_OK) in FmHcPcdKgDeleteClsPlan()694 XX_Free(p_ClsPlanSet); in FmHcPcdKgDeleteClsPlan()698 XX_Free(p_ClsPlanSet); in FmHcPcdKgDeleteClsPlan()
1919 p_ClsPlanSet->baseEntry = p_ClsPlanGrp->baseEntry; in FmPcdKgBuildClsPlanGrp()1933 p_ClsPlanSet->vectors[j] = ~oredVectors; in FmPcdKgBuildClsPlanGrp()2506 if (!p_ClsPlanSet) in FmPcdKgSetOrBindToClsPlanGrp()2513 XX_Free(p_ClsPlanSet); in FmPcdKgSetOrBindToClsPlanGrp()2524 XX_Free(p_ClsPlanSet); in FmPcdKgSetOrBindToClsPlanGrp()2530 KgSetClsPlan(p_FmPcd, p_ClsPlanSet); in FmPcdKgSetOrBindToClsPlanGrp()2532 XX_Free(p_ClsPlanSet); in FmPcdKgSetOrBindToClsPlanGrp()2563 t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet; in FmPcdKgDeleteOrUnbindPortToClsPlanGrp() local2586 if (!p_ClsPlanSet) in FmPcdKgDeleteOrUnbindPortToClsPlanGrp()2594 KgSetClsPlan(p_FmPcd, p_ClsPlanSet); in FmPcdKgDeleteOrUnbindPortToClsPlanGrp()[all …]
700 …_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet);