Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_82599.c1449 common_hash ^= lo_hash_dword >> n; \
1451 bucket_hash ^= lo_hash_dword >> n; \
1453 sig_hash ^= lo_hash_dword << (16 - n); \
1476 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1486 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1499 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1597 bucket_hash ^= lo_hash_dword >> n; \
1617 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1635 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_perfect_hash_82599()
1648 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()