Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h45 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
H A Dice_flex_pipe.c2975 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
3021 return ice_free_hw_res(hw, res_type, 1, &tmp_prof_id); in ice_free_prof_id()
H A Dice_common.c1766 enum ice_status ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c2058 ret = ice_free_hw_res(hw, res_type, 1, &prof_buf[prof_id]); in ice_cleanup_resource()