Searched refs:mod_hdr_acts (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.h | 220 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, 226 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, 241 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, 252 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts); 253 void dealloc_mod_hdr_actions(struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
|
| A D | en_tc.c | 216 modact = mod_hdr_acts->actions + in mlx5e_tc_match_to_reg_set_and_get_id() 228 err = mod_hdr_acts->num_actions; in mlx5e_tc_match_to_reg_set_and_get_id() 229 mod_hdr_acts->num_actions++; in mlx5e_tc_match_to_reg_set_and_get_id() 1161 mod_hdr_acts = &attr->parse_attr->mod_hdr_acts; in mlx5e_tc_offload_fdb_rules() 1165 mod_hdr_acts); in mlx5e_tc_offload_fdb_rules() 1365 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts = &parse_attr->mod_hdr_acts; in mlx5e_tc_add_flow_mod_hdr() local 1857 mod_hdr_acts = &attr->parse_attr->mod_hdr_acts; in mlx5e_get_flow_tunnel_id() 2916 if (mod_hdr_acts->num_actions < mod_hdr_acts->max_actions) in alloc_mod_hdr_actions() 2936 mod_hdr_acts->actions = ret; in alloc_mod_hdr_actions() 2944 kfree(mod_hdr_acts->actions); in dealloc_mod_hdr_actions() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | mod_hdr.c | 74 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5e_mod_hdr_attach() argument 81 num_actions = mod_hdr_acts->num_actions; in mlx5e_mod_hdr_attach() 84 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach()
|
| A D | tc_ct.h | 122 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts); 189 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5_tc_ct_flow_offload() argument
|
| A D | mod_hdr.h | 22 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
|
| A D | tc_priv.h | 37 struct mlx5e_tc_mod_hdr_acts mod_hdr_acts; member
|
| A D | tc_tun_encap.c | 641 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, in mlx5e_set_vf_tunnel() argument 667 err = mlx5e_tc_match_to_reg_set_and_get_id(esw->dev, mod_hdr_acts, in mlx5e_set_vf_tunnel() 683 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, in mlx5e_update_vf_tunnel() argument 708 mlx5e_tc_match_to_reg_mod_hdr_change(esw->dev, mod_hdr_acts, VPORT_TO_REG, act_id, data); in mlx5e_update_vf_tunnel() 1230 err = mlx5e_set_vf_tunnel(esw, attr, &parse_attr->mod_hdr_acts, e->out_dev, in mlx5e_attach_encap_route() 1372 err = mlx5e_update_vf_tunnel(esw, esw_attr, &parse_attr->mod_hdr_acts, in mlx5e_reoffload_encap()
|
| A D | tc_ct.c | 1956 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5_tc_ct_flow_offload() argument 1967 rule = __mlx5_tc_ct_flow_offload_clear(priv, spec, attr, mod_hdr_acts); in mlx5_tc_ct_flow_offload()
|
Completed in 30 milliseconds