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

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

Completed in 68 milliseconds