Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c24 common_hash ^= lo_hash_dword >> n; \
26 bucket_hash ^= lo_hash_dword >> n; \
28 sig_hash ^= lo_hash_dword << (16 - n); \
54 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_sig_hash() local
64 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_sig_hash()
76 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in txgbe_atr_compute_sig_hash()
97 bucket_hash ^= lo_hash_dword >> n; \
116 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_perfect_hash() local
134 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_perfect_hash()
146 lo_hash_dword in txgbe_atr_compute_perfect_hash()
[all...]