Home
last modified time | relevance | path

Searched refs:hi_hash_dword (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1433 common_hash ^= hi_hash_dword >> n; \
1435 bucket_hash ^= hi_hash_dword >> n; \
1437 sig_hash ^= hi_hash_dword << (16 - n); \
1453 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1460 hi_hash_dword = ntohl(common.dword); in ixgbe_atr_compute_sig_hash_82599()
1463 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1466 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1563 bucket_hash ^= hi_hash_dword >> n; \
1581 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1595 hi_hash_dword = ntohl(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
[all …]