Home
last modified time | relevance | path

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.c1452 bucket_hash ^= lo_hash_dword >> n; \
1458 bucket_hash ^= hi_hash_dword >> n; \
1478 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1520 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1521 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()
1527 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()
1598 bucket_hash ^= lo_hash_dword >> n; \
1600 bucket_hash ^= hi_hash_dword >> n; \
1619 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local
1659 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()