Searched refs:ice_aq_add_recipe (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_switch.h | 410 int ice_aq_add_recipe(struct ice_hw *hw,
|
D | ice_switch.c | 1987 ice_aq_add_recipe(struct ice_hw *hw, in ice_aq_add_recipe() function 2096 status = ice_aq_add_recipe(hw, &rcp_list[0], 1, NULL); in ice_update_recipe_lkup_idx() 5203 status = ice_aq_add_recipe(hw, buf, recp_cnt, NULL); in ice_add_sw_recipe()
|
D | ice_lag.c | 1881 err = ice_aq_add_recipe(hw, new_rcp, 1, NULL); in ice_create_lag_recipe()
|