Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_common.h35 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
H A Dice_flex_pipe.c2480 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
2526 return ice_free_hw_res(hw, res_type, 1, &tmp_prof_id); in ice_free_prof_id()
H A Dice_common.c1724 enum ice_status ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function