Searched refs:bucket_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1444 bucket_hash ^= lo_hash_dword >> n; \
1450 bucket_hash ^= hi_hash_dword >> n; \
1469 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; local
1511 bucket_hash ^= common_hash;
1512 bucket_hash &= IXGBE_ATR_HASH_MASK;
1518 return sig_hash ^ bucket_hash;
1589 bucket_hash ^= lo_hash_dword >> n; \
1591 bucket_hash ^= hi_hash_dword >> n; \
1610 u32 bucket_hash = 0; local
1650 input->formatted.bkt_hash = bucket_hash
[all...]

Completed in 84 milliseconds