Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c480 u32 hash_result = 0; in txgbe_atr_compute_hash() local
500 hash_result ^= lo_hash_dword; in txgbe_atr_compute_hash()
502 hash_result ^= hi_hash_dword; in txgbe_atr_compute_hash()
514 hash_result ^= lo_hash_dword >> i; in txgbe_atr_compute_hash()
516 hash_result ^= hi_hash_dword >> i; in txgbe_atr_compute_hash()
519 return hash_result; in txgbe_atr_compute_hash()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c765 u32 hash_result = 0; in ixgbe_atr_compute_hash_82599() local
785 hash_result ^= lo_hash_dword; in ixgbe_atr_compute_hash_82599()
787 hash_result ^= hi_hash_dword; in ixgbe_atr_compute_hash_82599()
800 hash_result ^= lo_hash_dword >> i; in ixgbe_atr_compute_hash_82599()
802 hash_result ^= hi_hash_dword >> i; in ixgbe_atr_compute_hash_82599()
805 return hash_result; in ixgbe_atr_compute_hash_82599()