Searched refs:ice_aq_alloc_free_res (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_common.h | 52 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
|
| H A D | ice_switch.c | 2486 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, ice_aqc_opc_alloc_res, NULL); in ice_alloc_rss_global_lut() 2520 status = ice_aq_alloc_free_res(hw, num_elems, sw_buf, buf_len, ice_aqc_opc_free_res, NULL); in ice_free_rss_global_lut() 2564 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, in ice_alloc_sw() 2594 status = ice_aq_alloc_free_res(hw, 1, counter_buf, buf_len, in ice_alloc_sw() 2643 ret_status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, in ice_free_sw() 2665 status = ice_aq_alloc_free_res(hw, 1, counter_buf, buf_len, in ice_free_sw() 3193 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list() 3517 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, in ice_alloc_recipe() 6386 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_res_cntr() 6425 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_free_res_cntr() [all …]
|
| H A D | ice_common.c | 2107 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries, in ice_aq_alloc_free_res() function 2160 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_hw_res() 2197 status = ice_aq_alloc_free_res(hw, num, buf, buf_len, in ice_free_hw_res()
|