Home
last modified time | relevance | path

Searched refs:hash_32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhash.h56 hash_32(u32 val, u8 bits) in hash_32() function
73 #define hash_long(...) hash_32(__VA_ARGS__)
/freebsd/contrib/ofed/libirdma/
H A Dosdep.h56 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b))
/freebsd/sys/dev/irdma/
H A Dosdep.h63 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b))
/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h475 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in rvt_lookup_qpn()