Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1420 common_hash ^= hi_hash_dword >> n; \
1422 bucket_hash ^= hi_hash_dword >> n; \
1424 sig_hash ^= hi_hash_dword << (16 - n); \
1441 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1448 hi_hash_dword = IXGBE_NTOHL(common.dword); in ixgbe_atr_compute_sig_hash_82599()
1451 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1454 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1564 bucket_hash ^= hi_hash_dword >> n; \
1582 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1597 hi_hash_dword = IXGBE_NTOHL(hi_dword); in ixgbe_atr_compute_perfect_hash_82599()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c735 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_hash_82599() local
746 hi_hash_dword = IXGBE_NTOHL(common_hash_dword); in ixgbe_atr_compute_hash_82599()
749 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_hash_82599()
752 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_hash_82599()
758 hash_result ^= hi_hash_dword; in ixgbe_atr_compute_hash_82599()
773 hash_result ^= hi_hash_dword >> i; in ixgbe_atr_compute_hash_82599()