Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c30 common_hash ^= hi_hash_dword >> n; \
32 bucket_hash ^= hi_hash_dword >> n; \
34 sig_hash ^= hi_hash_dword << (16 - n); \
54 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_sig_hash() local
61 hi_hash_dword = ntohl(common.dword); in txgbe_atr_compute_sig_hash()
64 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in txgbe_atr_compute_sig_hash()
67 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in txgbe_atr_compute_sig_hash()
99 bucket_hash ^= hi_hash_dword >> n; \
116 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_perfect_hash() local
131 hi_hash_dword = ntohl(hi_dword); in txgbe_atr_compute_perfect_hash()
[all …]