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

/freebsd-11-stable/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
658 if (p_Grp->numOfOptions >= FM_PCD_MAX_NUM_OF_OPTIONS(FM_PCD_MAX_NUM_OF_CLS_PLANS))
673 p_Grp->clsPlanGrpId = (uint8_t)i;
675 if(p_Grp->numOfOptions == 0)
678 if (!TRY_LOCK(NULL, &p_FmPcd->p_FmPcdKg->clsPlanGrps[p_Grp->clsPlanGrpId].lock))
686 p_ClsPlanGrp->netEnvId = p_Grp->netEnvId;
688 FmPcdSetClsPlanGrpId(p_FmPcd, p_Grp->netEnvId, p_Grp->clsPlanGrpId);
689 FmPcdIncNetEnvOwners(p_FmPcd, p_Grp->netEnvId);
691 p_ClsPlanGrp->sizeOfGrp = (uint16_t)(1<<p_Grp
[all...]
/freebsd-11-stable/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 86 milliseconds