Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h229 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx);
H A Dice_ethtool_fdir.c131 rule = ice_fdir_find_fltr_by_idx(hw, fsp->location); in ice_get_ethtool_fdir_entry()
1731 old_fltr = ice_fdir_find_fltr_by_idx(hw, fltr_idx); in ice_fdir_update_list_entry()
2030 if (!ice_fdir_find_fltr_by_idx(hw, fsp->location) && in ice_add_fdir_ethtool()
H A Dice_fdir.c1142 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx) in ice_fdir_find_fltr_by_idx() function