Searched refs:bucket_hash (Results 1 – 1 of 1) sorted by relevance
1444 bucket_hash ^= lo_hash_dword >> n; \1450 bucket_hash ^= hi_hash_dword >> n; \1469 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1511 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1512 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1518 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1589 bucket_hash ^= lo_hash_dword >> n; \1591 bucket_hash ^= hi_hash_dword >> n; \1610 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local1650 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()