Searched refs:ice_aq_alloc_free_res (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 64 int ice_aq_alloc_free_res(struct ice_hw *hw,
|
H A D | ice_lag.c | 1121 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, in ice_lag_set_swid() 1139 status = ice_aq_alloc_free_res(&local_lag->pf->hw, buf, buf_len, in ice_lag_set_swid()
|
H A D | ice_common.c | 2066 int ice_aq_alloc_free_res(struct ice_hw *hw, in ice_aq_alloc_free_res() function 2114 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_alloc_res); in ice_alloc_hw_res() 2148 status = ice_aq_alloc_free_res(hw, buf, buf_len, ice_aqc_opc_free_res); in ice_free_hw_res()
|