Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h219 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx);
H A Dice_ethtool_fdir.c127 rule = ice_fdir_find_fltr_by_idx(hw, fsp->location); in ice_get_ethtool_fdir_entry()
1595 old_fltr = ice_fdir_find_fltr_by_idx(hw, fltr_idx); in ice_fdir_update_list_entry()
1886 if (!ice_fdir_find_fltr_by_idx(hw, fsp->location) && in ice_add_fdir_ethtool()
H A Dice_fdir.c1143 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx) in ice_fdir_find_fltr_by_idx() function