Searched refs:ixgbe_atr_input (Results 1 – 4 of 4) sorted by relevance
727 union ixgbe_atr_input fdir_mask;814 union ixgbe_atr_input filter;906 union ixgbe_atr_input *input_mask);908 union ixgbe_atr_input *input,911 union ixgbe_atr_input *input,913 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input,914 union ixgbe_atr_input *mask);
1455 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599()1456 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599()1511 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599()1541 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599()1647 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599()1710 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599()
2334 union ixgbe_atr_input *mask = &adapter->fdir_mask; in ixgbe_get_ethtool_fdir_entry()2601 union ixgbe_atr_input mask; in ixgbe_add_ethtool_fdir_entry()2642 memset(&mask, 0, sizeof(union ixgbe_atr_input)); in ixgbe_add_ethtool_fdir_entry()
2890 union ixgbe_atr_input { union