Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c479 u32 hi_hash_dword, lo_hash_dword, flow_pool_ptid; in txgbe_atr_compute_hash() local
490 hi_hash_dword = be_to_cpu32(common_hash_dword); in txgbe_atr_compute_hash()
493 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_hash()
496 hi_hash_dword ^= flow_pool_ptid ^ (flow_pool_ptid >> 16); in txgbe_atr_compute_hash()
502 hash_result ^= hi_hash_dword; in txgbe_atr_compute_hash()
516 hash_result ^= hi_hash_dword >> i; in txgbe_atr_compute_hash()
/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 …]
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c764 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_hash_82599() local
775 hi_hash_dword = IXGBE_NTOHL(common_hash_dword); in ixgbe_atr_compute_hash_82599()
778 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_hash_82599()
781 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_hash_82599()
787 hash_result ^= hi_hash_dword; in ixgbe_atr_compute_hash_82599()
802 hash_result ^= hi_hash_dword >> i; in ixgbe_atr_compute_hash_82599()