Searched refs:bucket_hash (Results 1 – 1 of 1) sorted by relevance
1307 bucket_hash ^= lo_hash_dword >> n; \1313 bucket_hash ^= hi_hash_dword >> n; \1333 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1375 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1376 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1382 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1445 bucket_hash ^= lo_hash_dword >> n; \1447 bucket_hash ^= hi_hash_dword >> n; \1466 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local1533 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()