Home
last modified time | relevance | path

Searched refs:lo_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
493 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_hash()
500 hash_result ^= lo_hash_dword; in txgbe_atr_compute_hash()
509 lo_hash_dword ^= flow_pool_ptid ^ (flow_pool_ptid << 16); in txgbe_atr_compute_hash()
514 hash_result ^= lo_hash_dword >> i; in txgbe_atr_compute_hash()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1414 common_hash ^= lo_hash_dword >> n; \
1416 bucket_hash ^= lo_hash_dword >> n; \
1418 sig_hash ^= lo_hash_dword << (16 - n); \
1441 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1451 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1464 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1562 bucket_hash ^= lo_hash_dword >> n; \
1582 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1600 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_perfect_hash_82599()
1613 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()
/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
778 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_hash_82599()
785 hash_result ^= lo_hash_dword; in ixgbe_atr_compute_hash_82599()
794 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_hash_82599()
800 hash_result ^= lo_hash_dword >> i; in ixgbe_atr_compute_hash_82599()