Searched refs:lo_hash_dword (Results 1 – 2 of 2) sorted by relevance
1414 common_hash ^= lo_hash_dword >> n; \1416 bucket_hash ^= lo_hash_dword >> n; \1418 sig_hash ^= lo_hash_dword << (16 - n); \1441 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local1451 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()1464 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()1562 bucket_hash ^= lo_hash_dword >> n; \1582 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local1600 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_perfect_hash_82599()1613 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()
735 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_hash_82599() local749 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_hash_82599()756 hash_result ^= lo_hash_dword; in ixgbe_atr_compute_hash_82599()765 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_hash_82599()771 hash_result ^= lo_hash_dword >> i; in ixgbe_atr_compute_hash_82599()