Home
last modified time | relevance | path

Searched refs:grpId (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c876 static uint32_t __attribute__((unused)) ReadClsPlanBlockActionReg(uint8_t grpId) in ReadClsPlanBlockActionReg() argument
882 ((uint32_t)grpId << FM_PCD_KG_KGAR_NUM_SHIFT) | in ReadClsPlanBlockActionReg()
1108 p_SchemeParams->kgNextEngineParams.cc.grpId, in BuildSchemeRegs()
1969 void FmPcdKgDestroyClsPlanGrp(t_Handle h_FmPcd, uint8_t grpId) in FmPcdKgDestroyClsPlanGrp() argument
1979 if (p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].owners) in FmPcdKgDestroyClsPlanGrp()
1985 … FmPcdSetClsPlanGrpId(p_FmPcd, p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].netEnvId, ILLEGAL_CLS_PLAN); in FmPcdKgDestroyClsPlanGrp()
1987 if (grpId == p_FmPcd->p_FmPcdKg->emptyClsPlanGrpId) in FmPcdKgDestroyClsPlanGrp()
1990 FmPcdDecNetEnvOwners(p_FmPcd, p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].netEnvId); in FmPcdKgDestroyClsPlanGrp()
1995 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].sizeOfGrp, in FmPcdKgDestroyClsPlanGrp()
1997 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry); in FmPcdKgDestroyClsPlanGrp()
[all …]
H A Dfm_cc.c5277 t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, in FmPcdCcModifyNextEngineParamTree() argument
5289 SANITY_CHECK_RETURN_ERROR((grpId <= 7), E_INVALID_VALUE); in FmPcdCcModifyNextEngineParamTree()
5291 if (grpId >= p_FmPcdCcTree->numOfGrps) in FmPcdCcModifyNextEngineParamTree()
5295 if (index >= p_FmPcdCcTree->fmPcdGroupParam[grpId].numOfEntriesInGroup) in FmPcdCcModifyNextEngineParamTree()
5303 keyIndex = (uint16_t)(p_FmPcdCcTree->fmPcdGroupParam[grpId].baseGroupEntry in FmPcdCcModifyNextEngineParamTree()
5767 t_Error FmPcdCcGetGrpParams(t_Handle h_FmPcdCcTree, uint8_t grpId, in FmPcdCcGetGrpParams() argument
5774 if (grpId >= p_FmPcdCcTree->numOfGrps) in FmPcdCcGetGrpParams()
5778 *p_GrpBits = p_FmPcdCcTree->fmPcdGroupParam[grpId].totalBitsMask; in FmPcdCcGetGrpParams()
5779 *p_GrpBase = p_FmPcdCcTree->fmPcdGroupParam[grpId].baseGroupEntry; in FmPcdCcGetGrpParams()
6352 t_Handle h_CcTree, uint8_t grpId, uint8_t index, in FM_PCD_CcRootModifyNextEngine() argument
[all …]
H A Dfm_pcd.h443 t_Error FmPcdCcGetGrpParams(t_Handle treeId, uint8_t grpId, uint32_t *p_GrpBits, uint8_t *p_Grp…
H A Dfm_manip.c3716 p_Scheme->kgNextEngineParams.cc.grpId = groupId; in setIpReassmSchemeParams()
4136 p_Scheme->kgNextEngineParams.cc.grpId = groupId; in setCapwapReassmSchemeParams()
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c677 t_Error FmHcPcdKgDeleteClsPlan(t_Handle h_FmHc, uint8_t grpId) in FmHcPcdKgDeleteClsPlan() argument
688 p_ClsPlanSet->baseEntry = FmPcdKgGetClsPlanGrpBase(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()
689 p_ClsPlanSet->numOfClsPlanEntries = FmPcdKgGetClsPlanGrpSize(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()
699 FmPcdKgDestroyClsPlanGrp(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h707 void FmPcdKgDestroyClsPlanGrp(t_Handle h_FmPcd, uint8_t grpId);
713 uint32_t FmPcdKgBuildWriteClsPlanBlockActionReg(uint8_t grpId);
777 …difyNextEngineParamTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_…
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1702 uint8_t grpId; /**< CC group id within the CC tree */ member
3153 uint8_t grpId,