Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.h81 …t_EthHash *p_UnicastAddrHash; /**< Pointer to driver's individu… member
H A Ddtsec.c380 FreeHashTable(p_Dtsec->p_UnicastAddrHash); in FreeInitResources()
381 p_Dtsec->p_UnicastAddrHash = NULL; in FreeInitResources()
942 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])); in DtsecAddHashMacAddress()
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()
1288 p_Dtsec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in DtsecInit()
1289 if (!p_Dtsec->p_UnicastAddrHash) in DtsecInit()
H A Dtgec.h139 …t_EthHash *p_UnicastAddrHash; /**< pointer to driver's individua… member
H A Dtgec.c176 FreeHashTable(p_Tgec->p_UnicastAddrHash); in FreeInitResources()
177 p_Tgec->p_UnicastAddrHash = NULL; in FreeInitResources()
817 p_Tgec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in TgecInit()
818 if (!p_Tgec->p_UnicastAddrHash) in TgecInit()
H A Ddtsec.h217 …t_EthHash *p_UnicastAddrHash; /* pointer to driver's individual address hash … member
H A Dmemac.c264 FreeHashTable(p_Memac->p_UnicastAddrHash); in FreeInitResources()
265 p_Memac->p_UnicastAddrHash = NULL; in FreeInitResources()
937 p_Memac->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in MemacInit()
938 if (!p_Memac->p_UnicastAddrHash) in MemacInit()