Home
last modified time | relevance | path

Searched refs:p_Lsts (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h69 t_List *p_Lsts; member
175 if (p_Hash->p_Lsts) in FreeHashTable()
179 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]); in FreeHashTable()
183 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]); in FreeHashTable()
187 XX_Free(p_Hash->p_Lsts); in FreeHashTable()
210 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List)); in AllocHashTable()
211 if (!p_Hash->p_Lsts) in AllocHashTable()
219 INIT_LIST(&p_Hash->p_Lsts[i]); in AllocHashTable()
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()
984 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
994 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
1000 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
1010 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
H A Dtgec.c602 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])); in TgecAddHashMacAddress()
629 NCSW_LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()
639 if (NCSW_LIST_IsEmpty(&p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()
H A Dmemac.c737 LIST_AddToTail(&(p_HashEntry->node), &(p_Memac->p_MulticastAddrHash->p_Lsts[hash])); in MemacAddHashMacAddress()
760 LIST_FOR_EACH(p_Pos, &(p_Memac->p_MulticastAddrHash->p_Lsts[hash])) in MemacDelHashMacAddress()
770 if (LIST_IsEmpty(&p_Memac->p_MulticastAddrHash->p_Lsts[hash])) in MemacDelHashMacAddress()