Home
last modified time | relevance | path

Searched refs:match_spec_outer (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_mae.h350 efx_mae_match_spec_t *match_spec_outer; member
H A Dsfc_mae.c2705 SFC_ASSERT(ctx->match_spec_outer != NULL); in sfc_mae_rule_process_outer()
2707 if (!efx_mae_match_spec_is_valid(sa->nic, ctx->match_spec_outer)) { in sfc_mae_rule_process_outer()
2713 *rulep = sfc_mae_outer_rule_attach(sa, ctx->match_spec_outer, in sfc_mae_rule_process_outer()
2716 efx_mae_match_spec_fini(sa->nic, ctx->match_spec_outer); in sfc_mae_rule_process_outer()
2718 rc = sfc_mae_outer_rule_add(sa, ctx->match_spec_outer, in sfc_mae_rule_process_outer()
2728 ctx->match_spec_outer = NULL; in sfc_mae_rule_process_outer()
2934 &ctx->match_spec_outer); in sfc_mae_rule_encap_parse_init()
2945 ctx->match_spec = ctx->match_spec_outer; in sfc_mae_rule_encap_parse_init()
2981 if (ctx->match_spec_outer != NULL) in sfc_mae_rule_encap_parse_fini()
2982 efx_mae_match_spec_fini(sa->nic, ctx->match_spec_outer); in sfc_mae_rule_encap_parse_fini()