Home
last modified time | relevance | path

Searched refs:act_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c600 u8 act_id = 0; in nfp_flower_update_merge_with_actions() local
606 act_id = a->jump_id; in nfp_flower_update_merge_with_actions()
608 switch (act_id) { in nfp_flower_update_merge_with_actions()
695 *last_act_id = act_id; in nfp_flower_update_merge_with_actions()
800 u8 act_id = 0; in nfp_flower_copy_pre_actions() local
805 act_id = a->jump_id; in nfp_flower_copy_pre_actions()
807 switch (act_id) { in nfp_flower_copy_pre_actions()
Dconntrack.c24 enum flow_action_id act_id);
1354 enum flow_action_id act_id) in get_flow_act() argument
1360 if (act->id == act_id) in get_flow_act()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h225 int act_id, u32 data);
Den_tc.c314 int act_id, u32 data) in mlx5e_tc_match_to_reg_mod_hdr_change() argument
321 modact = mod_hdr_acts->actions + (act_id * MLX5_MH_ACT_SZ); in mlx5e_tc_match_to_reg_mod_hdr_change()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c658 int act_id = attr->dests[out_index].src_port_rewrite_act_id; in mlx5e_update_vf_tunnel() local
678 mlx5e_tc_match_to_reg_mod_hdr_change(esw->dev, mod_hdr_acts, VPORT_TO_REG, act_id, data); in mlx5e_update_vf_tunnel()