Searched refs:ice_aq_alloc_free_res (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 42 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
|
D | ice_switch.c | 1841 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list() 2095 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, in ice_alloc_recipe() 4477 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_res_cntr() 4516 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_free_res_cntr()
|
D | ice_common.c | 1997 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries, in ice_aq_alloc_free_res() function 2048 status = ice_aq_alloc_free_res(hw, 1, buf, buf_len, in ice_alloc_hw_res() 2083 status = ice_aq_alloc_free_res(hw, num, buf, buf_len, in ice_free_hw_res()
|