Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h231 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add);
H A Dice_ethtool_fdir.c1639 ice_fdir_update_cntrs(hw, f_rule->flow_type, false); in ice_fdir_del_all_fltrs()
1733 ice_fdir_update_cntrs(hw, old_fltr->flow_type, false); in ice_fdir_update_list_entry()
1749 ice_fdir_update_cntrs(hw, input->flow_type, true); in ice_fdir_update_list_entry()
2069 ice_fdir_update_cntrs(hw, input->flow_type, false); in ice_add_fdir_ethtool()
H A Dice_fdir.c1179 * ice_fdir_update_cntrs - increment / decrement filter counter
1185 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add) in ice_fdir_update_cntrs() function