Home
last modified time | relevance | path

Searched refs:ice_aq_alloc_free_res (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.h37 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
H A Dice_switch.c468 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list()
2704 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_res_cntr()
2743 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_free_res_cntr()
H A Dice_common.c1643 * ice_aq_alloc_free_res - command to allocate/free resources
1654 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries, in ice_aq_alloc_free_res() function
1705 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_hw_res()
1740 status = ice_aq_alloc_free_res(hw, num, buf, buf_len, in ice_free_hw_res()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.h41 int ice_aq_alloc_free_res(struct ice_hw *hw,
H A Dice_lag.c1029 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, in ice_lag_set_swid()
1047 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, buf_len, in ice_lag_set_swid()
H A Dice_common.c2001 * ice_aq_alloc_free_res - command to allocate/free resources
2009 int ice_aq_alloc_free_res(struct ice_hw *hw, in ice_aq_alloc_free_res() function
2057 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_alloc_res); in ice_alloc_hw_res()
2091 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_free_res); in ice_free_hw_res()
H A Dice_switch.c1850 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, opc); in ice_aq_alloc_free_vsi_list()
2104 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, in ice_alloc_recipe()
4451 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_alloc_res); in ice_alloc_res_cntr()
4489 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_free_res); in ice_free_res_cntr()
4531 status = ice_aq_alloc_free_res(hw, buf, buf_len, in ice_share_res()

Completed in 26 milliseconds