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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c6067 struct ixgbe_atr_input atr_input; local
6090 memset(&atr_input, 0, sizeof(struct ixgbe_atr_input));
6098 ixgbe_atr_set_vlan_id_82599(&atr_input, vlan_id);
6099 ixgbe_atr_set_src_port_82599(&atr_input, dst_port);
6100 ixgbe_atr_set_dst_port_82599(&atr_input, src_port);
6101 ixgbe_atr_set_flex_byte_82599(&atr_input, flex_bytes);
6102 ixgbe_atr_set_l4type_82599(&atr_input, l4type);
6104 ixgbe_atr_set_src_ipv4_82599(&atr_input, dst_ipv4_addr);
6105 ixgbe_atr_set_dst_ipv4_82599(&atr_input, src_ipv4_addr);
6108 ixgbe_fdir_add_signature_filter_82599(&adapter->hw, &atr_input, queu
[all...]
H A Dixgbe_82599.c1246 static u16 ixgbe_atr_compute_hash_82599(struct ixgbe_atr_input *atr_input, argument
1286 u8 *stream = (u8 *)atr_input;

Completed in 112 milliseconds