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

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h65 t_Error FmHcPcdCcModifyTreeNextEngine(t_Handle h_FmHc, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
H A Dfm_common.h741 t_Error FmPcdCcModifyNextEngineParamTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_AdditionalParams);
760 void FmPcdKgDestroyClsPlanGrp(t_Handle h_FmPcd, uint8_t grpId);
772 uint32_t FmPcdKgBuildWriteClsPlanBlockActionReg(uint8_t grpId);
773 uint32_t FmPcdKgBuildReadClsPlanBlockActionReg(uint8_t grpId);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c800 void FmPcdKgDestroyClsPlanGrp(t_Handle h_FmPcd, uint8_t grpId) argument
810 if(p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].owners)
816 FmPcdDecNetEnvOwners(p_FmPcd, p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].netEnvId);
822 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].sizeOfGrp,
824 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry);
831 kgAlloc.numOfClsPlanEntries = p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].sizeOfGrp;
832 kgAlloc.clsPlanBase = p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry;
859 if(grpId == p_FmPcd->p_FmPcdKg->emptyClsPlanGrpId)
862 memset(&p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId], 0, sizeof(t_FmPcdKgClsPlanGrp));
1921 p_Scheme->kgNextEngineParams.cc.grpId,
2757 FmPcdKgBuildWriteClsPlanBlockActionReg(uint8_t grpId) argument
2771 FmPcdKgBuildReadClsPlanBlockActionReg(uint8_t grpId) argument
[all...]
H A Dfm_cc.c2286 t_Error FmPcdCcModifyNextEngineParamTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_AdditionalParams) argument
2293 SANITY_CHECK_RETURN_ERROR((grpId <= 7),E_INVALID_VALUE);
2296 if(grpId >= p_FmPcdCcTree->numOfGrps)
2297 RETURN_ERROR(MAJOR, E_INVALID_HANDLE, ("grpId you asked > numOfGroup of relevant tree"));
2299 if(index >= p_FmPcdCcTree->fmPcdGroupParam[grpId].numOfEntriesInGroup)
2302 keyIndex = (uint16_t)(p_FmPcdCcTree->fmPcdGroupParam[grpId].baseGroupEntry + index);
2684 t_Error FmPcdCcGetGrpParams(t_Handle h_FmPcdCcTree, uint8_t grpId, uint32_t *p_GrpBits, uint8_t *p_GrpBase) argument
2690 if(grpId >= p_FmPcdCcTree->numOfGrps)
2691 RETURN_ERROR(MAJOR, E_INVALID_HANDLE, ("grpId you asked > numOfGroup of relevant tree"));
2692 *p_GrpBits = p_FmPcdCcTree->fmPcdGroupParam[grpId]
3406 FM_PCD_CcTreeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
[all...]
H A Dfm_pcd.h687 t_Error FmPcdCcGetGrpParams(t_Handle treeId, uint8_t grpId, uint32_t *p_GrpBits, uint8_t *p_GrpBase);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c777 t_Error FmHcPcdKgDeleteClsPlan(t_Handle h_FmHc, uint8_t grpId) argument
788 p_ClsPlanSet->baseEntry = FmPcdKgGetClsPlanGrpBase(p_FmHc->h_FmPcd, grpId);
789 p_ClsPlanSet->numOfClsPlanEntries = FmPcdKgGetClsPlanGrpSize(p_FmHc->h_FmPcd, grpId);
796 FmPcdKgDestroyClsPlanGrp(p_FmHc->h_FmPcd, grpId);
1237 t_Error FmHcPcdCcModifyTreeNextEngine(t_Handle h_FmHc, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
1254 err = FmPcdCcModifyNextEngineParamTree(p_FmHc->h_FmPcd, h_CcTree, grpId, index, p_FmPcdCcNextEngineParams,
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1276 uint8_t grpId; /**< CC group id within the CC tree */ member in struct:t_FmPcdKgCc
1910 @Param[in] grpId A Group index in the tree
1911 @Param[in] index Entry index in the group defined by grpId
1918 t_Error FM_PCD_CcTreeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);

Completed in 113 milliseconds