Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1468 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1472 flow_vm_vlan = IXGBE_NTOHL(input.dword); in ixgbe_atr_compute_sig_hash_82599()
1481 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_sig_hash_82599()
1491 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_sig_hash_82599()
1609 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_perfect_hash_82599() local
1619 flow_vm_vlan = IXGBE_NTOHL(input->dword_stream[0]); in ixgbe_atr_compute_perfect_hash_82599()
1630 hi_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan >> 16); in ixgbe_atr_compute_perfect_hash_82599()
1640 lo_hash_dword ^= flow_vm_vlan ^ (flow_vm_vlan << 16); in ixgbe_atr_compute_perfect_hash_82599()