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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c43 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head)
45 t_List *p_First = NCSW_LIST_FIRST(p_NewList);
49 t_List *p_Last = NCSW_LIST_LAST(p_NewList);
50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head);
60 int NCSW_LIST_NumOfObjs(t_List *p_List)
62 t_List *p_Tmp;
/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h71 } t_List; typedef in typeref:struct:List
92 @Param[in] lst - The t_List object to initialize.
104 #define NCSW_LIST(listName) t_List listName = NCSW_LIST_INIT(listName)
123 @Param[in] member - The name of the t_List object within the struct.
215 static __inline__ void NCSW_LIST_Add(t_List *p_New, t_List *p_Head)
237 static __inline__ void NCSW_LIST_AddToTail(t_List *p_New, t_List *p_Head)
258 static __inline__ void NCSW_LIST_Del(t_List *p_Entry)
274 static __inline__ void NCSW_LIST_DelAndInit(t_List *p_Entr
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.h84 t_List node;
95 t_List membersList; /**< the members list - should reflect the order of the members as in the hw linked list*/
96 t_List availableMembersList;/**< list of all the available members in the group */
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_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_Spinlock);
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)
102 t_List *p_Next;
115 static __inline__ void EnqueueStatsObj(t_List *p_List,
121 static void FreeStatObjects(t_List *p_List, t_Handle h_FmMuram)
594 t_Handle h_FmPcd, t_List *h_FmPcdOldPointersLst,
595 t_List *h_FmPcdNewPointersLst,
599 t_List *p_Pos;
604 t_List *p_UpdateLst;
902 t_Handle h_FmPcd, t_List *h_OldPointersLst, t_List *h_NewPointersLs
[all...]
H A Dfm_replic.c143 t_List *p_Next;
163 t_List *p_ListHead)
346 t_List *p_Pos;
H A Dfm_manip.h532 t_List nodesLst;
H A Dfm_manip.c4498 t_FmPcdManip *p_CrntMdfManip, t_List *h_NodesLst)
4502 t_List *p_Pos;
4702 t_List *FmPcdManipGetNodeLstPointedOnThisManip(t_Handle h_Manip)
4708 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip)
5351 t_List lstOfNodeshichPointsOnCrntMdfManip, *p_Pos;
H A Dfm_pcd.c710 t_List *p_Pos, *p_SavedPos=NULL;
746 t_List *p_Pos;
/freebsd-current/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)
210 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List));
H A Dmemac.c749 t_List *p_Pos;
H A Dtgec.c614 t_List *p_Pos;
H A Ddtsec.c952 t_List *p_Pos;
/freebsd-current/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;

Completed in 236 milliseconds