Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_api.h161 union ixgbe_atr_input *input_mask, bool cloud_mode);
163 union ixgbe_atr_input *input,
166 union ixgbe_atr_input *input,
169 union ixgbe_atr_input *input,
170 union ixgbe_atr_input *mask,
174 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input,
175 union ixgbe_atr_input *mask);
H A Dixgbe_82599.c1636 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599()
1637 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599()
1693 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599()
1722 union ixgbe_atr_input *input_mask, bool cloud_mode) in ixgbe_fdir_set_input_mask_82599()
1901 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599()
1991 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599()
2039 union ixgbe_atr_input *input, in ixgbe_fdir_add_perfect_filter_82599()
2040 union ixgbe_atr_input *input_mask, in ixgbe_fdir_add_perfect_filter_82599()
H A Dixgbe_type.h3633 union ixgbe_atr_input { union