Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1299 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1303 flow_vm_vlan = ntohl(input.dword); in ixgbe_atr_compute_sig_hash_82599()
1312 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1322 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1437 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1447 flow_vm_vlan = ntohl(input->dword_stream[0]); in ixgbe_atr_compute_perfect_hash_82599()
1458 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_perfect_hash_82599()
1468 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()