Searched defs:hash_val (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | st.c | 251 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument 260 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\ argument 275 unsigned int hash_val, bin_pos; in st_lookup() local 290 #define ADD_DIRECT(table, key, value, hash_val, bin_pos)\ argument 311 unsigned int hash_val, bin_pos; in st_insert() local 328 unsigned int hash_val, bin_pos; in st_add_direct() local 339 unsigned int hash_val; in rehash() local 404 unsigned int hash_val; in st_delete() local 446 unsigned int hash_val; in st_delete_safe() local
|
/freebsd/sys/net/ |
H A D | rss_config.c | 349 rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type) in rss_hash2cpuid() 370 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket()
|
/freebsd/sys/dev/ice/ |
H A D | ice_rss.h | 90 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket()
|
/freebsd/sys/netinet/ |
H A D | in_rss.c | 369 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v4() local
|
H A D | raw_ip.c | 474 uint32_t hash_type, hash_val; in rip_send() local 527 uint32_t hash_type, hash_val; in rip_send() local
|
H A D | udp_usrreq.c | 1452 uint32_t hash_val, hash_type; in udp_send() local
|
H A D | in_pcb.c | 1367 uint32_t hash_val, hash_type; in in_pcbconnect_setup() local
|
/freebsd/sys/netinet6/ |
H A D | in6_rss.c | 394 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v6() local
|
H A D | raw_ip6.c | 448 uint32_t hash_type, hash_val; in rip6_send() local
|
H A D | udp6_usrreq.c | 920 uint32_t hash_type, hash_val; in udp6_send() local
|
H A D | in6_pcb.c | 474 uint32_t hash_type, hash_val; in in6_pcbconnect() local
|
/freebsd/contrib/flex/src/ |
H A D | sym.c | 75 int hash_val = hashfunct (sym, table_size); in addsym() local
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 388 __be32 hash_val; member
|