Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h71 } t_List; typedef
104 #define NCSW_LIST(listName) t_List listName = NCSW_LIST_INIT(listName)
215 static __inline__ void NCSW_LIST_Add(t_List *p_New, t_List *p_Head) in NCSW_LIST_Add()
237 static __inline__ void NCSW_LIST_AddToTail(t_List *p_New, t_List *p_Head) in NCSW_LIST_AddToTail()
258 static __inline__ void NCSW_LIST_Del(t_List *p_Entry) in NCSW_LIST_Del()
274 static __inline__ void NCSW_LIST_DelAndInit(t_List *p_Entry) in NCSW_LIST_DelAndInit()
291 static __inline__ void NCSW_LIST_Move(t_List *p_Entry, t_List *p_Head) in NCSW_LIST_Move()
308 static __inline__ void NCSW_LIST_MoveToTail(t_List *p_Entry, t_List *p_Head) in NCSW_LIST_MoveToTail()
324 static __inline__ int NCSW_LIST_IsEmpty(t_List *p_List) in NCSW_LIST_IsEmpty()
340 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head);
[all …]
/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_list.c43 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head) in NCSW_LIST_Append()
45 t_List *p_First = NCSW_LIST_FIRST(p_NewList); in NCSW_LIST_Append()
49 t_List *p_Last = NCSW_LIST_LAST(p_NewList); in NCSW_LIST_Append()
50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head); in NCSW_LIST_Append()
60 int NCSW_LIST_NumOfObjs(t_List *p_List) in NCSW_LIST_NumOfObjs()
62 t_List *p_Tmp; in NCSW_LIST_NumOfObjs()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h239 t_List node;
263 t_List *h_CcNextNodesLst;
340 t_List availableStatsLst;
342 t_List ccPrevNodesLst;
344 t_List ccTreeIdLst;
345 t_List ccTreesLst;
380 t_List fmPortsLst;
394 t_Error FmPcdCcNodeTreeTryLock(t_Handle h_FmPcd,t_Handle h_FmPcdCcNode, t_List *p_List);
395 void FmPcdCcNodeTreeReleaseLock(t_Handle h_FmPcd, t_List *p_List);
H A Dfm_replic.h84 t_List node;
95t_List membersList; /**< the members list - should reflect the order of th…
96t_List availableMembersList;/**< list of all the available members in the gro…
H A Dfm_pcd.h347 t_List freeLocksLst;
348 t_List acquiredLocksLst;
469 t_List *p_AdTables,
473 void EnqueueNodeInfoToRelevantLst(t_List *p_List, t_CcNodeInformation *p_CcInfo, t_Handle h_Spinloc…
474 void DequeueNodeInfoFromRelevantLst(t_List *p_List, t_Handle h_Info, t_Handle h_Spinlock);
475 t_CcNodeInformation* FindNodeInfoInReleventLst(t_List *p_List, t_Handle h_Info, t_Handle h_Spinlock…
476 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip);
477 t_List *FmPcdManipGetNodeLstPointedOnThisManip(t_Handle h_Manip);
492 void ReleaseLst(t_List *p_List);
H A Dfm_cc.c99 static __inline__ t_FmPcdStatsObj* DequeueStatsObj(t_List *p_List) in DequeueStatsObj()
102 t_List *p_Next; in DequeueStatsObj()
115 static __inline__ void EnqueueStatsObj(t_List *p_List, in EnqueueStatsObj()
121 static void FreeStatObjects(t_List *p_List, t_Handle h_FmMuram) in FreeStatObjects()
594 t_Handle h_FmPcd, t_List *h_FmPcdOldPointersLst, in ReleaseModifiedDataStructure()
595 t_List *h_FmPcdNewPointersLst, in ReleaseModifiedDataStructure()
599 t_List *p_Pos; in ReleaseModifiedDataStructure()
604 t_List *p_UpdateLst; in ReleaseModifiedDataStructure()
902 t_Handle h_FmPcd, t_List *h_OldPointersLst, t_List *h_NewPointersLst, in DynamicChangeHc()
906 t_List *p_PosOld, *p_PosNew; in DynamicChangeHc()
[all …]
H A Dfm_replic.c143 t_List *p_Next; in GetAvailableMember()
163 t_List *p_ListHead) in AddMemberToList()
346 t_List *p_Pos; in GetMemberByIndex()
H A Dfm_manip.h532 t_List nodesLst;
H A Dfm_manip.c4498 t_FmPcdManip *p_CrntMdfManip, t_List *h_NodesLst) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4502 t_List *p_Pos; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4702 t_List *FmPcdManipGetNodeLstPointedOnThisManip(t_Handle h_Manip) in FmPcdManipGetNodeLstPointedOnThisManip()
4708 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip) in FmPcdManipGetSpinlock()
5351 t_List lstOfNodeshichPointsOnCrntMdfManip, *p_Pos; in FM_PCD_ManipNodeReplace()
H A Dfm_pcd.c710 t_List *p_Pos, *p_SavedPos=NULL; in FmPcdLockTryLockAll()
746 t_List *p_Pos; in FmPcdLockUnlockAll()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h63 t_List node;
69 t_List *p_Lsts;
155 static __inline__ t_EthHashEntry *DequeueAddrFromHashEntry(t_List *p_AddrLst) in DequeueAddrFromHashEntry()
210 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List)); in AllocHashTable()
H A Dtgec.c614 t_List *p_Pos; in TgecDelHashMacAddress()
H A Dmemac.c749 t_List *p_Pos; in MemacDelHashMacAddress()
H A Ddtsec.c952 t_List *p_Pos; in DtsecDelHashMacAddress()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h240 t_List node;
247 t_List node;
261 t_List node;
664 t_List node;