Home
last modified time | relevance | path

Searched refs:recipe_to_profile (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c1395 if (!ice_is_bit_set(recipe_to_profile[rid], j)) in ice_get_tun_type_for_recipe()
1449 i = ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1451 j = ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1460 if (ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1463 else if (ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1466 else if (ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1469 else if (ice_is_bit_set(recipe_to_profile[rid], in ice_get_tun_type_for_recipe()
1768 ice_set_bit(i, recipe_to_profile[j]); in ice_get_recp_to_prof_map()
2786 cmd = &desc.params.recipe_to_profile; in ice_aq_map_recipe_to_profile()
2815 cmd = &desc.params.recipe_to_profile; in ice_aq_get_recipe_to_profile()
[all …]
H A Dice_adminq_cmd.h2712 struct ice_aqc_recipe_to_profile recipe_to_profile; member