Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c2358 struct ice_aqc_recipe_data_elem root_bufs = tmp[sub_recps]; in ice_get_recp_frm_fw() local
2363 idx = root_bufs.recipe_indx; in ice_get_recp_frm_fw()
2364 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2367 if (root_bufs.content.result_indx & ICE_AQ_RECIPE_RESULT_EN) in ice_get_recp_frm_fw()
2368 set_bit(root_bufs.content.result_indx & ~ICE_AQ_RECIPE_RESULT_EN, in ice_get_recp_frm_fw()
2375 u8 lkup_indx = root_bufs.content.lkup_indx[i]; in ice_get_recp_frm_fw()
2376 u16 lkup_mask = le16_to_cpu(root_bufs.content.mask[i]); in ice_get_recp_frm_fw()
2402 recps[idx].priority = root_bufs.content.act_ctrl_fwd_priority; in ice_get_recp_frm_fw()
2403 recps[idx].need_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()
2405 recps[idx].allow_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()
[all …]