Home
last modified time | relevance | path

Searched refs:HASH_TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h123 #define HASH_TABLE_SIZE 256 /* Hash table size (= 32 bits * 8 regs) */ macro
125 #define HASH_TABLE_SIZE 256 /* Hash table size (32 bits * 8 regs) */ macro
H A Dtgec.h115 #define HASH_TABLE_SIZE 512 /* Hash table size (= 32 bits * 8 regs) */ macro
H A Dtgec.c810 p_Tgec->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in TgecInit()
817 p_Tgec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in TgecInit()
H A Dmemac.c930 p_Memac->p_MulticastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in MemacInit()
937 p_Memac->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in MemacInit()
H A Ddtsec.c1288 p_Dtsec->p_UnicastAddrHash = AllocHashTable(HASH_TABLE_SIZE); in DtsecInit()
/freebsd-12.1/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h107 #define HASH_TABLE_SIZE 64 /* Hash tbl size */ macro
/freebsd-12.1/contrib/gcc/
H A Dprotoize.c182 #define HASH_TABLE_SIZE (1 << 9) macro
186 static const int hash_mask = (HASH_TABLE_SIZE - 1);
291 typedef hash_table_entry hash_table[HASH_TABLE_SIZE];
886 for (primary = hash_tab_p; primary < &hash_tab_p[HASH_TABLE_SIZE]; primary++) in visit_each_hash_node()