Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c90 static uint32_t ixgbe_atr_compute_hash_82599(union ixgbe_atr_input *atr_input,
720 ixgbe_atr_compute_hash_82599(union ixgbe_atr_input *atr_input, in ixgbe_atr_compute_hash_82599() argument
769 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()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c434 txgbe_atr_compute_hash(struct txgbe_atr_input *atr_input, in txgbe_atr_compute_hash() argument
477 __be32 *dword_stream = (__be32 *)atr_input; in txgbe_atr_compute_hash()