Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
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()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_82599.c1302 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1306 flow_vm_vlan = ntohl(input.dword); in ixgbe_atr_compute_sig_hash_82599()
1315 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1325 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1440 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1450 flow_vm_vlan = ntohl(input->dword_stream[0]); in ixgbe_atr_compute_perfect_hash_82599()
1461 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_perfect_hash_82599()
1471 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()

Completed in 12 milliseconds