Searched defs:common_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1442 common_hash ^= lo_hash_dword >> n; \
1448 common_hash ^= hi_hash_dword >> n; \
1469 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; local
1510 /* combine common_hash result with signature and bucket hashes */
1511 bucket_hash ^= common_hash;
1514 sig_hash ^= common_hash << 16;

Completed in 47 milliseconds