Lines Matching refs:template
1185 spec_filter->template.efs_flags |= EFX_FILTER_FLAG_RX; in sfc_flow_parse_attr()
1186 spec_filter->template.efs_rss_context = EFX_RSS_CONTEXT_DEFAULT; in sfc_flow_parse_attr()
1187 spec_filter->template.efs_priority = EFX_FILTER_PRI_MANUAL; in sfc_flow_parse_attr()
1335 spec_filter->template.efs_dmaq_id = (uint16_t)rxq->hw_index; in sfc_flow_parse_queue()
1403 spec_filter->template.efs_dmaq_id = rxq_hw_index_min; in sfc_flow_parse_rss()
1653 spec_filter->template.efs_flags |= EFX_FILTER_FLAG_ACTION_MARK; in sfc_flow_parse_mark()
1654 spec_filter->template.efs_mark = mark->id; in sfc_flow_parse_mark()
1726 spec_filter->template.efs_dmaq_id = in sfc_flow_parse_actions()
1743 spec_filter->template.efs_flags |= in sfc_flow_parse_actions()
1781 spec_filter->template.efs_dmaq_id = in sfc_flow_parse_actions()
2249 match = spec_filter->template.efs_match_flags; in sfc_flow_spec_filters_complete()
2254 &spec_filter->template, filter); in sfc_flow_spec_filters_complete()
2368 efx_filter_spec_t *spec_tmpl = &spec_filter->template; in sfc_flow_validate_match_flags()
2406 ctx.filter = &spec_filter->template; in sfc_flow_parse_rte_to_filter()