Lines Matching refs:root_bufs
2201 struct ice_aqc_recipe_data_elem root_bufs = tmp[sub_recps]; in ice_get_recp_frm_fw() local
2214 idx = root_bufs.recipe_indx; in ice_get_recp_frm_fw()
2215 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2218 if (root_bufs.content.result_indx & ICE_AQ_RECIPE_RESULT_EN) in ice_get_recp_frm_fw()
2219 set_bit(root_bufs.content.result_indx & ~ICE_AQ_RECIPE_RESULT_EN, in ice_get_recp_frm_fw()
2226 u8 lkup_indx = root_bufs.content.lkup_indx[i + 1]; in ice_get_recp_frm_fw()
2230 le16_to_cpu(root_bufs.content.mask[i + 1]); in ice_get_recp_frm_fw()
2261 recps[idx].priority = root_bufs.content.act_ctrl_fwd_priority; in ice_get_recp_frm_fw()
2263 if (root_bufs.content.result_indx & ICE_AQ_RECIPE_RESULT_EN) { in ice_get_recp_frm_fw()
2264 recps[idx].chain_idx = root_bufs.content.result_indx & in ice_get_recp_frm_fw()
2275 memcpy(recps[idx].r_bitmap, root_bufs.recipe_bitmap, in ice_get_recp_frm_fw()
2277 recps[idx].root_rid = root_bufs.content.rid & in ice_get_recp_frm_fw()
2279 recps[idx].priority = root_bufs.content.act_ctrl_fwd_priority; in ice_get_recp_frm_fw()