Searched refs:mapped_obj (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ | 
| D | sample.h | 24 void mlx5e_tc_sample_skb(struct sk_buff *skb, struct mlx5_mapped_obj *mapped_obj);63 mlx5e_tc_sample_skb(struct sk_buff *skb, struct mlx5_mapped_obj *mapped_obj) {}  in mlx5e_tc_sample_skb()  argument
 
 | 
| D | int_port.c | 155 	struct mlx5_mapped_obj mapped_obj = {};  in mlx5e_int_port_add()  local183 	mapped_obj.type = MLX5_MAPPED_OBJ_INT_PORT_METADATA;  in mlx5e_int_port_add()
 184 	mapped_obj.int_port_metadata = match_metadata;  in mlx5e_int_port_add()
 185 	err = mapping_add(ctx, &mapped_obj, &mapping);  in mlx5e_int_port_add()
 
 | 
| D | sample.c | 326 void mlx5e_tc_sample_skb(struct sk_buff *skb, struct mlx5_mapped_obj *mapped_obj)  in mlx5e_tc_sample_skb()  argument328 	u32 trunc_size = mapped_obj->sample.trunc_size;  in mlx5e_tc_sample_skb()
 334 	psample_group.group_num = mapped_obj->sample.group_id;  in mlx5e_tc_sample_skb()
 338 	psample_sample_packet(&psample_group, skb, mapped_obj->sample.rate, &md);  in mlx5e_tc_sample_skb()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ | 
| D | fs_chains.c | 788 	struct mlx5_mapped_obj mapped_obj = {};  in mlx5_chains_get_chain_mapping()  local790 	mapped_obj.type = MLX5_MAPPED_OBJ_CHAIN;  in mlx5_chains_get_chain_mapping()
 791 	mapped_obj.chain = chain;  in mlx5_chains_get_chain_mapping()
 792 	return mapping_add(ctx, &mapped_obj, chain_mapping);  in mlx5_chains_get_chain_mapping()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_tc.c | 5545 					 struct mlx5_mapped_obj *mapped_obj, u32 zone_restore_id,  in mlx5e_tc_restore_skb_tc_meta()  argument5553 	chain = mapped_obj->type == MLX5_MAPPED_OBJ_CHAIN ? mapped_obj->chain : 0;  in mlx5e_tc_restore_skb_tc_meta()
 5554 	act_miss_cookie = mapped_obj->type == MLX5_MAPPED_OBJ_ACT_MISS ?  in mlx5e_tc_restore_skb_tc_meta()
 5555 			  mapped_obj->act_miss_cookie : 0;  in mlx5e_tc_restore_skb_tc_meta()
 5581 					struct mlx5_mapped_obj *mapped_obj,  in mlx5e_tc_restore_skb_sample()  argument
 5584 	if (!mlx5e_tc_restore_tunnel(priv, skb, tc_priv, mapped_obj->sample.tunnel_id)) {  in mlx5e_tc_restore_skb_sample()
 5589 	mlx5e_tc_sample_skb(skb, mapped_obj);  in mlx5e_tc_restore_skb_sample()
 5593 					  struct mlx5_mapped_obj *mapped_obj,  in mlx5e_tc_restore_skb_int_port()  argument
 5610 				      mapped_obj->int_port_metadata, &forward_tx)) {  in mlx5e_tc_restore_skb_int_port()
 5628 	struct mlx5_mapped_obj mapped_obj;  in mlx5e_tc_update_skb()  local
 [all …]
 
 |