Searched refs:h_CcNode (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 650 ccNodeInfo.h_CcNode = in ReleaseModifiedDataStructure() 1022 h_Ad = p_CcNodeInfo->h_CcNode; in DoDynamicChange() 3202 ccNodeInfo.h_CcNode = in BuildNewNodeModifyNextEngine() 3241 ccNodeInfo.h_CcNode = p_Ad; in BuildNewNodeModifyNextEngine() 3583 ccNodeInfo.h_CcNode = h_NewAd; in UpdatePtrWhichPointOnCrntMdfNode() 5258 uint8_t FmPcdCcGetOffset(t_Handle h_CcNode) in FmPcdCcGetOffset() argument 5838 ASSERT_COND(p_CcNodeInfo->h_CcNode); in FmPcdCcNodeTreeTryLock() 5855 nodeInfo.h_CcNode = p_CcNodeInfo->h_CcNode; in FmPcdCcNodeTreeTryLock() 5979 ccNodeInfo.h_CcNode = p_AdTable; in FmPcdCcGetAdTablesThatPointOnReplicGroup() 6588 t_Handle h_CcNode, uint16_t keyIndex, in FM_PCD_MatchTableModifyNextEngine() argument [all …]
|
H A D | fm_pcd.h | 444 uint8_t FmPcdCcGetOffset(t_Handle h_CcNode); 445 uint8_t FmPcdCcGetParseCode(t_Handle h_CcNode); 446 uint16_t FmPcdCcGetNumOfKeys(t_Handle h_CcNode);
|
H A D | fm_cc.h | 294 t_Handle h_CcNode; member
|
H A D | fm_manip.c | 4511 (t_FmPcdCcNode *)p_CcNodeInformation->h_CcNode; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip() 4532 ccNodeInfo.h_CcNode = p_AdTablePtOnCrntCurrentMdfNode; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip() 4757 && (FmPcdCcGetParseCode(p_FmPcdCcNextEngineParams->params.ccParams.h_CcNode) in FmPcdManipCheckParamsForCcNextEngine() 4761 … FmPcdCcGetOffset(p_FmPcdCcNextEngineParams->params.ccParams.h_CcNode)); in FmPcdManipCheckParamsForCcNextEngine() 5426 BuildHmtd(p_FmPcd->p_CcShadow, (uint8_t *)p_CcNodeInfo->h_CcNode, in FM_PCD_ManipNodeReplace() 5451 BuildHmtd(p_FmPcd->p_CcShadow, (uint8_t *)p_CcNodeInfo->h_CcNode, in FM_PCD_ManipNodeReplace()
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_pcd_ext.h | 1779 t_Handle h_CcNode; /**< A handle of the next CC node */ member 3184 t_Error FM_PCD_MatchTableDelete(t_Handle h_CcNode); 3220 t_Error FM_PCD_MatchTableRemoveKey(t_Handle h_CcNode, uint16_t keyIndex); 3242 t_Error FM_PCD_MatchTableAddKey(t_Handle h_CcNode, 3264 t_Error FM_PCD_MatchTableModifyNextEngine(t_Handle h_CcNode, 3288 t_Error FM_PCD_MatchTableModifyKeyAndNextEngine(t_Handle h_CcNode, 3310 t_Error FM_PCD_MatchTableModifyKey(t_Handle h_CcNode, 3334 t_Error FM_PCD_MatchTableFindNRemoveKey(t_Handle h_CcNode, 3416 t_Error FM_PCD_MatchTableFindNModifyKey(t_Handle h_CcNode, 3462 t_Error FM_PCD_MatchTableGetKeyStatistics(t_Handle h_CcNode, [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 245 t_Handle h_CcNode; member 770 uint8_t FmPcdCcGetParseCode(t_Handle h_CcNode); 771 uint8_t FmPcdCcGetOffset(t_Handle h_CcNode); 773 t_Error FmPcdCcAddKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint16_t keyIndex, uint8_t keySize, … 774 t_Error FmPcdCcModifyKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint16_t keyIndex, uint8_t keySiz…
|