Lines Matching refs:parse_ctx
244 __rte_unused struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_void() argument
266 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_eth() argument
270 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_eth()
379 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_vlan() argument
384 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_vlan()
466 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_ipv4() argument
470 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_ipv4()
557 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_ipv6() argument
561 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_ipv6()
666 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_tcp() argument
670 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_tcp()
748 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_udp() argument
752 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_udp()
907 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_vxlan() argument
911 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_vxlan()
960 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_geneve() argument
964 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_geneve()
1028 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_nvgre() argument
1032 efx_filter_spec_t *efx_spec = parse_ctx->filter; in sfc_flow_parse_nvgre()
1230 struct sfc_flow_parse_ctx *parse_ctx, in sfc_flow_parse_pattern() argument
1291 if (parse_ctx->type == SFC_FLOW_PARSE_CTX_FILTER && in sfc_flow_parse_pattern()
1303 if (parse_ctx->type != item->ctx_type) { in sfc_flow_parse_pattern()
1310 rc = item->parse(pattern, parse_ctx, error); in sfc_flow_parse_pattern()