Searched refs:ice_aq_add_recipe (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 423 int ice_aq_add_recipe(struct ice_hw *hw,
|
H A D | ice_switch.c | 1911 ice_aq_add_recipe(struct ice_hw *hw, in ice_aq_add_recipe() function 2020 status = ice_aq_add_recipe(hw, &rcp_list[0], 1, NULL); in ice_update_recipe_lkup_idx() 5178 status = ice_aq_add_recipe(hw, buf, rm->n_grp_count, NULL); in ice_add_sw_recipe()
|
H A D | ice_lag.c | 1813 err = ice_aq_add_recipe(hw, new_rcp, 1, NULL); in ice_create_lag_recipe()
|