Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h727 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);
Dixgbe_82599.c1455 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()
Dixgbe_ethtool.c2334 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()
Dixgbe_type.h2890 union ixgbe_atr_input { union