Searched refs:root_bufs (Results 1 – 1 of 1) sorted by relevance
2213 struct ice_aqc_recipe_data_elem root_bufs = tmp[sub_recps]; in ice_get_recp_frm_fw() local2226 idx = root_bufs.recipe_indx; in ice_get_recp_frm_fw()2227 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()2230 if (root_bufs.content.result_indx & ICE_AQ_RECIPE_RESULT_EN) in ice_get_recp_frm_fw()2238 u8 lkup_indx = root_bufs.content.lkup_indx[i + 1]; in ice_get_recp_frm_fw()2242 le16_to_cpu(root_bufs.content.mask[i + 1]); in ice_get_recp_frm_fw()2274 recps[idx].need_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()2276 recps[idx].allow_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()2280 recps[idx].chain_idx = root_bufs.content.result_indx & in ice_get_recp_frm_fw()2291 memcpy(recps[idx].r_bitmap, root_bufs.recipe_bitmap, in ice_get_recp_frm_fw()[all …]