Home
last modified time | relevance | path

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

/drivers/net/ethernet/mediatek/
Dmtk_ppe.c93 u32 hv1, hv2, hv3; in mtk_ppe_hash_entry() local
101 hv3 = e->ipv4.orig.src_ip; in mtk_ppe_hash_entry()
111 hv3 = e->ipv6.src_ip[1] ^ e->ipv6.dest_ip[1]; in mtk_ppe_hash_entry()
112 hv3 ^= e->ipv6.src_ip[0]; in mtk_ppe_hash_entry()
121 hash = (hv1 & hv2) | ((~hv1) & hv3); in mtk_ppe_hash_entry()
123 hash ^= hv1 ^ hv2 ^ hv3; in mtk_ppe_hash_entry()