Home
last modified time | relevance | path

Searched refs:lo_hash_dword (Results 1 – 2 of 2) 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 ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in txgbe_atr_compute_perfect_hash()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1282 common_hash ^= lo_hash_dword >> n; \
1284 bucket_hash ^= lo_hash_dword >> n; \
1286 sig_hash ^= lo_hash_dword << (16 - n); \
1309 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1319 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_sig_hash_82599()
1332 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1427 bucket_hash ^= lo_hash_dword >> n; \
1447 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1465 lo_hash_dword = (hi_hash_dword >> 16) | (hi_hash_dword << 16); in ixgbe_atr_compute_perfect_hash_82599()
1478 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()