Searched refs:root_bufs (Results 1 – 1 of 1) sorted by relevance
2210 struct ice_aqc_recipe_data_elem root_bufs = tmp[sub_recps]; in ice_get_recp_frm_fw() local2223 idx = root_bufs.recipe_indx; in ice_get_recp_frm_fw()2224 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()2227 if (root_bufs.content.result_indx & ICE_AQ_RECIPE_RESULT_EN) in ice_get_recp_frm_fw()2228 set_bit(root_bufs.content.result_indx & ~ICE_AQ_RECIPE_RESULT_EN, in ice_get_recp_frm_fw()2235 u8 lkup_indx = root_bufs.content.lkup_indx[i + 1]; in ice_get_recp_frm_fw()2239 le16_to_cpu(root_bufs.content.mask[i + 1]); in ice_get_recp_frm_fw()2270 recps[idx].priority = root_bufs.content.act_ctrl_fwd_priority; in ice_get_recp_frm_fw()2271 recps[idx].need_pass_l2 = root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()2273 recps[idx].allow_pass_l2 = root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()[all …]