Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c4501 t_FmPcdCcNode *p_NodePtrOnCurrentMdfManip = NULL; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip() local
4510 p_NodePtrOnCurrentMdfManip = in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4513 ASSERT_COND(p_NodePtrOnCurrentMdfManip); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4516 for (i = 0; i < p_NodePtrOnCurrentMdfManip->numOfKeys + 1; i++) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4518 if (p_NodePtrOnCurrentMdfManip->keyAndNextEngineParams[i].nextEngineParams.nextEngine in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4521 if (p_NodePtrOnCurrentMdfManip->keyAndNextEngineParams[i].nextEngineParams.h_Manip in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4524 if (p_NodePtrOnCurrentMdfManip->keyAndNextEngineParams[i].p_StatsObj) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4526p_NodePtrOnCurrentMdfManip->keyAndNextEngineParams[i].p_StatsObj->h_StatsAd; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4529 … PTR_MOVE(p_NodePtrOnCurrentMdfManip->h_AdTable, i*FM_PCD_CC_AD_ENTRY_SIZE); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4538 ASSERT_COND(i != p_NodePtrOnCurrentMdfManip->numOfKeys); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()