Searched refs:p_MulticastAddrHash (Results 1 – 6 of 6) sorted by relevance
172 FreeHashTable(p_Tgec->p_MulticastAddrHash); in FreeInitResources()173 p_Tgec->p_MulticastAddrHash = NULL; in FreeInitResources()602 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()810 p_Tgec->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in TgecInit()811 if (!p_Tgec->p_MulticastAddrHash) in TgecInit()
260 FreeHashTable(p_Memac->p_MulticastAddrHash); in FreeInitResources()261 p_Memac->p_MulticastAddrHash = NULL; in FreeInitResources()737 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()930 p_Memac->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in MemacInit()931 if (!p_Memac->p_MulticastAddrHash) in MemacInit()
80 …t_EthHash *p_MulticastAddrHash; /**< Pointer to driver's global a… member
138 …t_EthHash *p_MulticastAddrHash; /**< pointer to driver's global ad… member
376 FreeHashTable(p_Dtsec->p_MulticastAddrHash); in FreeInitResources()377 p_Dtsec->p_MulticastAddrHash = NULL; in FreeInitResources()940 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->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()1282 p_Dtsec->p_MulticastAddrHash = AllocHashTable(EXTENDED_HASH_TABLE_SIZE); in DtsecInit()1283 if (!p_Dtsec->p_MulticastAddrHash) { in DtsecInit()
216 …t_EthHash *p_MulticastAddrHash; /* pointer to driver's global address hash … member