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

/freebsd-11.0-release/sys/contrib/ncsw/etc/
H A Dlist.c43 void 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 = LIST_LAST(p_NewList);
50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head);
60 int LIST_NumOfObjs(t_List *p_List)
62 t_List *p_Tmp;
/freebsd-11.0-release/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h70 } t_List; typedef in typeref:struct:List
91 @Param[in] lst - The t_List object to initialize.
103 #define LIST(listName) t_List listName = NCSW_LIST_INIT(listName)
122 @Param[in] member - The name of the t_List object within the struct.
214 static __inline__ void LIST_Add(t_List *p_New, t_List *p_Head)
236 static __inline__ void LIST_AddToTail(t_List *p_New, t_List *p_Head)
257 static __inline__ void LIST_Del(t_List *p_Entry)
273 static __inline__ void LIST_DelAndInit(t_List *p_Entr
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h131 t_List node;
138 t_List node;
145 t_List node;
734 t_Error FmPcdCcReleaseModifiedDataStructure(t_Handle h_FmPcd, t_List *h_FmPcdOldPointersLst, t_List *h_FmPcdNewPointersLst, uint16_t numOfGoodChanges, t_Handle *h_Params);
736 t_Error FmPcdCcRemoveKey(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint8_t keyIndex, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_AdditionalParams);
737 t_Error FmPcdCcAddKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_FmPCdCcKeyParams, t_List *h_OldLst, t_List *h_NewLst, t_Handle *h_Params);
738 t_Error FmPcdCcModifyKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, uint8_t keySize, uint8_t *p_Key, uint8_t *p_Mask, t_List *h_OldLs
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h55 t_List node;
61 t_List *p_Lsts;
131 static __inline__ t_EthHashEntry *DequeueAddrFromHashEntry(t_List *p_AddrLst)
182 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List));
H A Dtgec.c784 t_List *p_Pos;
H A Ddtsec.c1116 t_List *p_Pos;
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h216 t_List *h_CcNextNodesLst;
260 t_List ccPrevNodesLst;
262 t_List ccTreeIdLst;
263 t_List ccTreesLst;
291 t_List fmPortsLst;
H A Dfm_cc.c96 static void EnqueueNodeInfoToRelevantLst(t_List *p_List, t_CcNodeInformation *p_CcInfo)
117 static t_CcNodeInformation* FindNodeInfoInReleventLst(t_List *p_List, t_Handle h_Info)
120 t_List *p_Pos;
138 static void DequeueNodeInfoFromRelevantLst(t_List *p_List, t_Handle h_Info)
142 t_List *p_Pos;
396 static t_CcNodeInformation * DequeueAdditionalInfoFromRelevantLst(t_List *p_List)
411 static void ReleaseLst(t_List *p_List)
432 void FmPcdCcNodeTreeReleaseLock(t_List *p_List)
434 t_List *p_Pos;
1408 t_List *p_Po
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c200 static t_Error HcDynamicChange(t_FmHc *p_FmHc,t_List *h_OldPointersLst, t_List *h_NewPointersLst, t_Handle *h_Params)
203 t_List *p_PosOld, *p_PosNew;
1242 t_List h_OldPointersLst, h_NewPointersLst;
1274 t_List h_OldPointersLst, h_NewPointersLst;
1276 t_List h_List;
1313 t_List h_OldPointersLst, h_NewPointersLst;
1315 t_List h_List;
1353 t_List h_OldPointersLst, h_NewPointersLst;
1355 t_List h_Lis
[all...]

Completed in 184 milliseconds