Searched refs:bucket_hash (Results 1 – 2 of 2) sorted by relevance
1416 bucket_hash ^= lo_hash_dword >> n; \1422 bucket_hash ^= hi_hash_dword >> n; \1442 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1484 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1485 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1491 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1562 bucket_hash ^= lo_hash_dword >> n; \1564 bucket_hash ^= hi_hash_dword >> n; \1583 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local1623 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()
826 uint32_t bucket_hash, sig_hash; in atr_compute_sig_hash_82599() local829 bucket_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()833 bucket_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()837 bucket_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()844 return (sig_hash << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT) | bucket_hash; in atr_compute_sig_hash_82599()