Searched refs:hash_result (Results 1 – 2 of 2) sorted by relevance
480 u32 hash_result = 0; in txgbe_atr_compute_hash() local500 hash_result ^= lo_hash_dword; in txgbe_atr_compute_hash()502 hash_result ^= hi_hash_dword; in txgbe_atr_compute_hash()514 hash_result ^= lo_hash_dword >> i; in txgbe_atr_compute_hash()516 hash_result ^= hi_hash_dword >> i; in txgbe_atr_compute_hash()519 return hash_result; in txgbe_atr_compute_hash()
765 u32 hash_result = 0; in ixgbe_atr_compute_hash_82599() local785 hash_result ^= lo_hash_dword; in ixgbe_atr_compute_hash_82599()787 hash_result ^= hi_hash_dword; in ixgbe_atr_compute_hash_82599()800 hash_result ^= lo_hash_dword >> i; in ixgbe_atr_compute_hash_82599()802 hash_result ^= hi_hash_dword >> i; in ixgbe_atr_compute_hash_82599()805 return hash_result; in ixgbe_atr_compute_hash_82599()