Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h713 union ixgbe_atr_input fdir_mask;
798 union ixgbe_atr_input filter;
890 union ixgbe_atr_input *input_mask);
892 union ixgbe_atr_input *input,
895 union ixgbe_atr_input *input,
897 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input,
898 union ixgbe_atr_input *mask);
Dixgbe_82599.c1577 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599()
1578 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599()
1633 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599()
1663 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599()
1759 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599()
1816 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599()
Dixgbe_ethtool.c2329 union ixgbe_atr_input *mask = &adapter->fdir_mask; in ixgbe_get_ethtool_fdir_entry()
2596 union ixgbe_atr_input mask; in ixgbe_add_ethtool_fdir_entry()
2620 memset(&mask, 0, sizeof(union ixgbe_atr_input)); in ixgbe_add_ethtool_fdir_entry()
Dixgbe_type.h2700 union ixgbe_atr_input { union