Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c677 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in ReleaseModifiedDataStructure()
1021 p_CcNodeInfo = CC_NODE_F_OBJECT(p_PosNew); in DoDynamicChange()
1209 p_CcNodeInfo = CC_NODE_F_OBJECT(p_List->p_Next); in DequeueAdditionalInfoFromRelevantLst()
2790 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in BuildNewNodeAddOrMdfyKeyAndNextEngine()
3344 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode()
3397 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode()
4922 p_CcInformation = CC_NODE_F_OBJECT(p_Pos); in FindNodeInfoInReleventLst()
4984 p_CcInformation = CC_NODE_F_OBJECT(p_Pos); in DequeueNodeInfoFromRelevantLst()
5761 p_CcNodeInfo = CC_NODE_F_OBJECT(h_Pointer); in FmPcdCcGetNodeAddrOffsetFromNodeInfo()
5837 p_CcNodeInfo = CC_NODE_F_OBJECT(p_Pos); in FmPcdCcNodeTreeTryLock()
[all …]
H A Dfm_manip.c4509 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
5425 p_CcNodeInfo = CC_NODE_F_OBJECT(p_Pos); in FM_PCD_ManipNodeReplace()
5450 p_CcNodeInfo = CC_NODE_F_OBJECT(p_Pos); in FM_PCD_ManipNodeReplace()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h249 #define CC_NODE_F_OBJECT(ptr) NCSW_LIST_OBJECT(ptr, t_CcNodeInformation, node) macro