Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_common.h40 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
Dice_flex_pipe.c1331 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
1375 return ice_free_hw_res(hw, res_type, 1, &tmp_prof_id); in ice_free_prof_id()
Dice_lag.c2007 ice_free_hw_res(&pf->hw, ICE_AQC_RES_TYPE_RECIPE, 1, in ice_deinit_lag()
Dice_common.c2075 int ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function