Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1863 p_Grp->clsPlanGrpId = (uint8_t)i; in FmPcdKgBuildClsPlanGrp()
1865 if (p_Grp->numOfOptions == 0) in FmPcdKgBuildClsPlanGrp()
1869 p_ClsPlanGrp->netEnvId = p_Grp->netEnvId; in FmPcdKgBuildClsPlanGrp()
1871 FmPcdSetClsPlanGrpId(p_FmPcd, p_Grp->netEnvId, p_Grp->clsPlanGrpId); in FmPcdKgBuildClsPlanGrp()
1872 if (p_Grp->numOfOptions != 0) in FmPcdKgBuildClsPlanGrp()
1873 FmPcdIncNetEnvOwners(p_FmPcd, p_Grp->netEnvId); in FmPcdKgBuildClsPlanGrp()
1923 for (i = 0; i<p_Grp->numOfOptions; i++) in FmPcdKgBuildClsPlanGrp()
1925 oredVectors |= p_Grp->optVectors[i]; in FmPcdKgBuildClsPlanGrp()
1927 p_ClsPlanGrp->optArray[i] = p_Grp->options[i]; in FmPcdKgBuildClsPlanGrp()
1935 for (i = 0; i<p_Grp->numOfOptions; i++) in FmPcdKgBuildClsPlanGrp()
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h700 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t…