Searched refs:ice_aq_alloc_free_res (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 64 int ice_aq_alloc_free_res(struct ice_hw *hw,
|
D | ice_switch.c | 1920 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, opc); in ice_aq_alloc_free_vsi_list() 2192 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, in ice_alloc_recipe() 4572 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_alloc_res); in ice_alloc_res_cntr() 4601 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_free_res); in ice_free_res_cntr() 4634 status = ice_aq_alloc_free_res(hw, buf, buf_len, in ice_share_res() 5279 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, in ice_subscribe_recipe()
|
D | ice_lag.c | 1096 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, in ice_lag_set_swid() 1114 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, buf_len, in ice_lag_set_swid()
|
D | ice_common.c | 1969 int ice_aq_alloc_free_res(struct ice_hw *hw, in ice_aq_alloc_free_res() function 2017 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_alloc_res); in ice_alloc_hw_res() 2051 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_free_res); in ice_free_hw_res()
|