Searched refs:ice_free_hw_res (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 35 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
|
H A D | ice_flex_pipe.c | 2480 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 D | ice_common.c | 1718 * ice_free_hw_res - free allocated HW resource 1724 enum ice_status ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 40 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
|
H A D | ice_flex_pipe.c | 1331 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()
|
H A D | ice_lag.c | 2046 ice_free_hw_res(&pf->hw, ICE_AQC_RES_TYPE_RECIPE, 1, in ice_deinit_lag()
|
H A D | ice_common.c | 2069 * ice_free_hw_res - free allocated HW resource 2075 int ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res) in ice_free_hw_res() function
|
Completed in 24 milliseconds