Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flow.h572 u64 ice_flow_find_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_id);
H A Dice_flow.c2696 u64 ice_flow_find_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_id) in ice_flow_find_entry() function
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c459 hw_entry = ice_flow_find_entry(hw, ICE_BLK_ACL, entry_id); in ice_acl_del_entry()