Home
last modified time | relevance | path

Searched refs:p_MulticastAddrHash (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c172 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()
H A Dmemac.c260 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()
H A Dmemac.h80 …t_EthHash *p_MulticastAddrHash; /**< Pointer to driver's global a… member
H A Dtgec.h138 …t_EthHash *p_MulticastAddrHash; /**< pointer to driver's global ad… member
H A Ddtsec.c376 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()
H A Ddtsec.h216 …t_EthHash *p_MulticastAddrHash; /* pointer to driver's global address hash … member