Searched refs:p_ClsPlanSet (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c648 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet) argument
748 p_ClsPlanSet->baseEntry = p_ClsPlanGrp->baseEntry;
749 p_ClsPlanSet->numOfClsPlanEntries = p_ClsPlanGrp->sizeOfGrp;
762 p_ClsPlanSet->vectors[j] = ~oredVectors;
791 p_ClsPlanSet->vectors[j] |= p_Grp->optVectors[i];
1710 t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet; local
1725 p_ClsPlanSet = (t_FmPcdKgInterModuleClsPlanSet *)XX_Malloc(sizeof(t_FmPcdKgInterModuleClsPlanSet));
1726 if (!p_ClsPlanSet)
1727 RETURN_ERROR(MAJOR, E_NO_MEMORY, ("memory allocation failed for p_ClsPlanSet"));
1728 memset(p_ClsPlanSet,
1780 t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet; local
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c780 t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet; local
783 p_ClsPlanSet = (t_FmPcdKgInterModuleClsPlanSet *)XX_Malloc(sizeof(t_FmPcdKgInterModuleClsPlanSet));
784 if (!p_ClsPlanSet)
786 memset(p_ClsPlanSet, 0, sizeof(t_FmPcdKgInterModuleClsPlanSet));
788 p_ClsPlanSet->baseEntry = FmPcdKgGetClsPlanGrpBase(p_FmHc->h_FmPcd, grpId);
789 p_ClsPlanSet->numOfClsPlanEntries = FmPcdKgGetClsPlanGrpSize(p_FmHc->h_FmPcd, grpId);
790 ASSERT_COND(p_ClsPlanSet->numOfClsPlanEntries <= FM_PCD_MAX_NUM_OF_CLS_PLANS);
792 if (FmHcPcdKgSetClsPlan(p_FmHc, p_ClsPlanSet) != E_OK)
794 XX_Free(p_ClsPlanSet);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h756 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet);

Completed in 82 milliseconds