Searched refs:hi_hash_dword (Results 1 – 1 of 1) sorted by relevance
30 common_hash ^= hi_hash_dword >> n; \32 bucket_hash ^= hi_hash_dword >> n; \34 sig_hash ^= hi_hash_dword << (16 - n); \54 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_sig_hash() local61 hi_hash_dword = ntohl(common.dword); in txgbe_atr_compute_sig_hash()64 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_sig_hash()67 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in txgbe_atr_compute_sig_hash()99 bucket_hash ^= hi_hash_dword >> n; \116 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_perfect_hash() local131 hi_hash_dword = ntohl(hi_dword); in txgbe_atr_compute_perfect_hash()[all …]