Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c425 t_CcNodeInformation ccNodeInfo; in SetRequiredAction1()
448 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in SetRequiredAction1()
601 t_CcNodeInformation ccNodeInfo, *p_CcNodeInformation; in ReleaseModifiedDataStructure()
631 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in ReleaseModifiedDataStructure()
649 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in ReleaseModifiedDataStructure()
977 t_CcNodeInformation *p_CcNodeInfo; in DoDynamicChange()
1202 static t_CcNodeInformation * DequeueAdditionalInfoFromRelevantLst( in DequeueAdditionalInfoFromRelevantLst()
1205 t_CcNodeInformation *p_CcNodeInfo = NULL; in DequeueAdditionalInfoFromRelevantLst()
1218 t_CcNodeInformation *p_CcNodeInfo = NULL; in ReleaseLst()
2579 t_CcNodeInformation *p_CcNodeInformation; in BuildNewNodeAddOrMdfyKeyAndNextEngine()
[all …]
H A Dfm_pcd.h473 void EnqueueNodeInfoToRelevantLst(t_List *p_List, t_CcNodeInformation *p_CcInfo, t_Handle h_Spinloc…
475 t_CcNodeInformation* FindNodeInfoInReleventLst(t_List *p_List, t_Handle h_Info, t_Handle h_Spinlock…
H A Dfm_manip.c4500 t_CcNodeInformation *p_CcNodeInformation; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4505 t_CcNodeInformation ccNodeInfo; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4531 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
5352 t_CcNodeInformation *p_CcNodeInfo; in FM_PCD_ManipNodeReplace()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h248 }t_CcNodeInformation; typedef
249 #define CC_NODE_F_OBJECT(ptr) NCSW_LIST_OBJECT(ptr, t_CcNodeInformation, node)