Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c477 __be32 *dword_stream = (__be32 *)atr_input; in txgbe_atr_compute_hash() local
484 flow_pool_ptid = be_to_cpu32(dword_stream[0]); in txgbe_atr_compute_hash()
488 common_hash_dword ^= dword_stream[i]; in txgbe_atr_compute_hash()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1589 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
1592 flow_vm_vlan = IXGBE_NTOHL(input->dword_stream[0]); in ixgbe_atr_compute_perfect_hash_82599()
1596 hi_dword ^= input->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
H A Dixgbe_type.h3573 __be32 dword_stream[14]; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c769 flow_vm_vlan = IXGBE_NTOHL(atr_input->dword_stream[0]); in ixgbe_atr_compute_hash_82599()
773 common_hash_dword ^= atr_input->dword_stream[i]; in ixgbe_atr_compute_hash_82599()