Home
last modified time | relevance | path

Searched refs:ice_aq_add_recipe (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h423 int ice_aq_add_recipe(struct ice_hw *hw,
H A Dice_switch.c1911 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 Dice_lag.c1813 err = ice_aq_add_recipe(hw, new_rcp, 1, NULL); in ice_create_lag_recipe()