Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1299 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1302 /* record the flow_vm_vlan bits as they are a key part to the hash */ in ixgbe_atr_compute_sig_hash_82599()
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
1446 /* record the flow_vm_vlan bits as they are a key part to the hash */ in ixgbe_atr_compute_perfect_hash_82599()
1447 flow_vm_vlan in ixgbe_atr_compute_perfect_hash_82599()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1299 u32 hi_hash_dword, lo_hash_dword, flow_vm_vlan; in ixgbe_atr_compute_sig_hash_82599() local
1302 /* record the flow_vm_vlan bits as they are a key part to the hash */ in ixgbe_atr_compute_sig_hash_82599()
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
1446 /* record the flow_vm_vlan bits as they are a key part to the hash */ in ixgbe_atr_compute_perfect_hash_82599()
1447 flow_vm_vlan in ixgbe_atr_compute_perfect_hash_82599()
[all...]

Completed in 4 milliseconds