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

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.h81 t_EthHash *p_UnicastAddrHash; /**< Pointer to driver's individual address hash table */ member in struct:__anon9602
H A Dtgec.h139 t_EthHash *p_UnicastAddrHash; /**< pointer to driver's individual address hash table */ member in struct:__anon9603
H A Ddtsec.h217 t_EthHash *p_UnicastAddrHash; /* pointer to driver's individual address hash table */ member in struct:__anon9598
H A Ddtsec.c380 FreeHashTable(p_Dtsec->p_UnicastAddrHash);
381 p_Dtsec->p_UnicastAddrHash = NULL;
942 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]));
1000 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]))
1010 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]))
1288 p_Dtsec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE);
1289 if (!p_Dtsec->p_UnicastAddrHash)
H A Dmemac.c264 FreeHashTable(p_Memac->p_UnicastAddrHash);
265 p_Memac->p_UnicastAddrHash = NULL;
937 p_Memac->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE);
938 if (!p_Memac->p_UnicastAddrHash)
H A Dtgec.c176 FreeHashTable(p_Tgec->p_UnicastAddrHash);
177 p_Tgec->p_UnicastAddrHash = NULL;
817 p_Tgec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE);
818 if (!p_Tgec->p_UnicastAddrHash)

Completed in 220 milliseconds