Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dact.c92 struct mlx5e_tc_act *tc_act; in mlx5e_tc_act_post_parse() local
104 tc_act = mlx5e_tc_act_get(act->id, ns_type); in mlx5e_tc_act_post_parse()
105 if (!tc_act || !tc_act->post_parse) in mlx5e_tc_act_post_parse()
108 err = tc_act->post_parse(parse_state, priv, attr); in mlx5e_tc_act_post_parse()
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c3977 if (!tc_act->get_branch_ctrl) in parse_branch_ctrl()
3980 tc_act->get_branch_ctrl(act, &cond_true, &cond_false); in parse_branch_ctrl()
4024 struct mlx5e_tc_act *tc_act; in parse_tc_actions() local
4036 tc_act = mlx5e_tc_act_get(act->id, ns_type); in parse_tc_actions()
4037 if (!tc_act) { in parse_tc_actions()
4043 if (tc_act->can_offload && !tc_act->can_offload(parse_state, act, i, attr)) { in parse_tc_actions()
4052 dec_jump_count(act, tc_act, attr, priv, &jump_state); in parse_tc_actions()
4062 (tc_act->is_multi_table_act && in parse_tc_actions()
4063 tc_act->is_multi_table_act(priv, act, attr) && in parse_tc_actions()
4065 is_missable = tc_act->is_missable ? tc_act->is_missable(act) : false; in parse_tc_actions()
[all …]

Completed in 16 milliseconds