Home
last modified time | relevance | path

Searched refs:NCSW_LIST_AddToTail (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h237 static __inline__ void NCSW_LIST_AddToTail(t_List *p_New, t_List *p_Head) in NCSW_LIST_AddToTail() function
311 NCSW_LIST_AddToTail(p_Entry, p_Head); in NCSW_LIST_MoveToTail()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c940 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket])); in DtsecAddHashMacAddress()
942 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])); in DtsecAddHashMacAddress()
H A Dtgec.c602 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])); in TgecAddHashMacAddress()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c300 NCSW_LIST_AddToTail(&p_Lock->node, &p_FmPcd->freeLocksLst); in EnqueueLockToFreeLst()
326 NCSW_LIST_AddToTail(&p_Lock->node, &p_FmPcd->acquiredLocksLst); in EnqueueLockToAcquiredLst()
H A Dfm_cc.c118 NCSW_LIST_AddToTail(&p_StatsObj->node, p_List); in EnqueueStatsObj()
4956 NCSW_LIST_AddToTail(&p_CcInformation->node, p_List); in EnqueueNodeInfoToRelevantLst()