Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1456 common_hash ^= hi_hash_dword >> n; \
1458 bucket_hash ^= hi_hash_dword >> n; \
1460 sig_hash ^= hi_hash_dword << (16 - n); \
1477 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1484 hi_hash_dword = IXGBE_NTOHL(common.dword); in ixgbe_atr_compute_sig_hash_82599()
1487 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1490 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1600 bucket_hash ^= hi_hash_dword >> n; \
1618 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1633 hi_hash_dword = IXGBE_NTOHL(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
[all …]