Home
last modified time | relevance | path

Searched refs:dest_chain (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dgoto.c18 u32 dest_chain = act->chain_index; in validate_goto_chain() local
37 dest_chain <= attr->chain) { in validate_goto_chain()
42 if (dest_chain > max_chain) { in validate_goto_chain()
81 attr->dest_chain = act->chain_index; in tc_act_parse_goto()
95 if (!attr->dest_chain) in tc_act_post_parse_goto()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h86 u32 dest_chain; member
H A Den_tc.c1271 if (attr->dest_chain) { in mlx5e_add_offloaded_nic_rule()
1273 attr->dest_chain, 1, in mlx5e_add_offloaded_nic_rule()
1340 if (attr->dest_chain) in mlx5e_add_offloaded_nic_rule()
1342 attr->dest_chain, 1, in mlx5e_add_offloaded_nic_rule()
1411 if (attr->dest_chain) in mlx5e_del_offloaded_nic_rule()
1412 mlx5_chains_put_table(nic_chains, attr->dest_chain, 1, in mlx5e_del_offloaded_nic_rule()
1985 if (attr->dest_chain) { in mlx5e_tc_add_fdb_flow()
3689 attr2->dest_chain = 0; in mlx5e_clone_flow_attr_for_post_act()
4260 attr->dest_chain = 0; in mlx5e_set_fwd_to_int_port_actions()
H A Deswitch_offloads.c328 err = esw_setup_chain_dest(dest, flow_act, chains, attr->dest_chain, 1, 0, *i); in esw_setup_chain_src_port_rewrite()
607 } else if (attr->dest_chain) { in esw_setup_dests()
608 err = esw_setup_chain_dest(dest, flow_act, chains, attr->dest_chain, in esw_setup_dests()
635 if (attr->dest_chain) in esw_cleanup_dests()
636 esw_cleanup_chain_dest(chains, attr->dest_chain, 1, 0); in esw_cleanup_dests()