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

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.h80 t_EthHash *p_MulticastAddrHash; /**< Pointer to driver's global address hash table */ member in struct:__anon9602
H A Dtgec.h138 t_EthHash *p_MulticastAddrHash; /**< pointer to driver's global address hash table */ member in struct:__anon9603
H A Dmemac.c260 FreeHashTable(p_Memac->p_MulticastAddrHash);
261 p_Memac->p_MulticastAddrHash = NULL;
737 LIST_AddToTail(&(p_HashEntry->node), &(p_Memac->p_MulticastAddrHash->p_Lsts[hash]));
760 LIST_FOR_EACH(p_Pos, &(p_Memac->p_MulticastAddrHash->p_Lsts[hash]))
770 if (LIST_IsEmpty(&p_Memac->p_MulticastAddrHash->p_Lsts[hash]))
930 p_Memac->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE);
931 if (!p_Memac->p_MulticastAddrHash)
H A Dtgec.c172 FreeHashTable(p_Tgec->p_MulticastAddrHash);
173 p_Tgec->p_MulticastAddrHash = NULL;
602 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash]));
629 NCSW_LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash]))
639 if (NCSW_LIST_IsEmpty(&p_Tgec->p_MulticastAddrHash->p_Lsts[hash]))
810 p_Tgec->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE);
811 if (!p_Tgec->p_MulticastAddrHash)
H A Ddtsec.h216 t_EthHash *p_MulticastAddrHash; /* pointer to driver's global address hash table */ member in struct:__anon9598
H A Ddtsec.c376 FreeHashTable(p_Dtsec->p_MulticastAddrHash);
377 p_Dtsec->p_MulticastAddrHash = NULL;
940 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]));
984 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]))
994 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]))
1282 p_Dtsec->p_MulticastAddrHash = AllocHashTable(EXTENDED_HASH_TABLE_SIZE);
1283 if (!p_Dtsec->p_MulticastAddrHash) {

Completed in 179 milliseconds