Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c478 __be32 common_hash_dword = 0; in txgbe_atr_compute_hash() local
488 common_hash_dword ^= dword_stream[i]; in txgbe_atr_compute_hash()
490 hi_hash_dword = be_to_cpu32(common_hash_dword); in txgbe_atr_compute_hash()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c763 __be32 common_hash_dword = 0; in ixgbe_atr_compute_hash_82599() local
773 common_hash_dword ^= atr_input->dword_stream[i]; in ixgbe_atr_compute_hash_82599()
775 hi_hash_dword = IXGBE_NTOHL(common_hash_dword); in ixgbe_atr_compute_hash_82599()