Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c517 u32 hash, hv1, hv2, hv3; in airoha_ppe_foe_get_entry_hash()
523 hv2 = hwe->ipv4.orig_tuple.dest_ip; in airoha_ppe_foe_get_entry_hash()
531 hv2 = hwe->ipv6.src_ip[2] ^ hwe->ipv6.dest_ip[2]; in airoha_ppe_foe_get_entry_hash()
532 hv2 ^= hwe->ipv6.dest_ip[0]; in airoha_ppe_foe_get_entry_hash()
543 hv2 = l2->common.dest_mac_lo; in airoha_ppe_foe_get_flow_stats_index()
544 hv2 = hv2 << 16; in airoha_ppe_foe_get_flow_stats_index()
545 hv2 = hv2 | ((l2->common.src_mac_hi & 0xffff0000) >> 16); in airoha_ppe_foe_get_flow_stats_index()
557 hash = (hv1 & hv2) | ((~hv
493 u32 hash, hv1, hv2, hv3; airoha_ppe_foe_get_entry_hash() local
[all...]