Searched refs:dest_chain (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.h | 74 u32 dest_chain; member
|
D | eswitch_offloads.c | 345 } else if (attr->dest_chain) { in mlx5_eswitch_add_offloaded_rule() 347 ft = mlx5_chains_get_table(chains, attr->dest_chain, in mlx5_eswitch_add_offloaded_rule() 437 if (!(attr->flags & MLX5_ESW_ATTR_FLAG_SLOW_PATH) && attr->dest_chain) in mlx5_eswitch_add_offloaded_rule() 438 mlx5_chains_put_table(chains, attr->dest_chain, 1, 0); in mlx5_eswitch_add_offloaded_rule() 550 if (attr->dest_chain) in __mlx5_eswitch_del_rule() 551 mlx5_chains_put_table(chains, attr->dest_chain, 1, 0); in __mlx5_eswitch_del_rule() 658 !attr->dest_chain); in mlx5_eswitch_add_vlan_action()
|
D | en_tc.c | 999 if (attr->dest_chain) { in mlx5e_add_offloaded_nic_rule() 1001 attr->dest_chain, 1, in mlx5e_add_offloaded_nic_rule() 1068 if (attr->dest_chain) in mlx5e_add_offloaded_nic_rule() 1070 attr->dest_chain, 1, in mlx5e_add_offloaded_nic_rule() 1130 if (attr->dest_chain) in mlx5e_del_offloaded_nic_rule() 1131 mlx5_chains_put_table(nic_chains, attr->dest_chain, 1, in mlx5e_del_offloaded_nic_rule() 3487 u32 dest_chain = act->chain_index; in validate_goto_chain() local 3506 dest_chain <= attr->chain) { in validate_goto_chain() 3512 if (dest_chain > max_chain) { in validate_goto_chain() 3628 attr->dest_chain = act->chain_index; in parse_tc_nic_actions() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 739 attr->dest_chain = 0; in mlx5_tc_ct_entry_add_rule() 1827 pre_ct_attr->dest_chain = 0; in __mlx5_tc_ct_flow_offload()
|