Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_common.h63 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
Dice_lag.c2085 ice_free_hw_res(&pf->hw, ICE_AQC_RES_TYPE_RECIPE, 1, in ice_init_lag()
2114 ice_free_hw_res(&pf->hw, ICE_AQC_RES_TYPE_RECIPE, 1, in ice_deinit_lag()
2116 ice_free_hw_res(&pf->hw, ICE_AQC_RES_TYPE_RECIPE, 1, in ice_deinit_lag()
Dice_flex_pipe.c1336 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
1380 return ice_free_hw_res(hw, res_type, 1, &tmp_prof_id); in ice_free_prof_id()
Dice_common.c2035 int ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function
Dice_switch.c2213 status = ice_free_hw_res(hw, ICE_AQC_RES_TYPE_RECIPE, 1, &rid); in ice_free_recipe_res()