Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_jhash.h117 static __inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
130 return jhash_3words(a, b, 0, initval); in jhash_2words()
135 return jhash_3words(a, 0, 0, initval); in jhash_1word()