Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c54 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_sig_hash() local
58 flow_vm_vlan = ntohl(input.dword); in txgbe_atr_compute_sig_hash()
67 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in txgbe_atr_compute_sig_hash()
76 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in txgbe_atr_compute_sig_hash()
116 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in txgbe_atr_compute_perfect_hash() local
126 flow_vm_vlan = ntohl(input->dword_stream[0]); in txgbe_atr_compute_perfect_hash()
137 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in txgbe_atr_compute_perfect_hash()
146 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in txgbe_atr_compute_perfect_hash()