Searched refs:mapped_obj (Results 1 – 3 of 3) sorted by relevance
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
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()
794 struct mlx5_mapped_obj mapped_obj = {}; in mlx5_chains_get_chain_mapping() local796 mapped_obj.type = MLX5_MAPPED_OBJ_CHAIN; in mlx5_chains_get_chain_mapping()797 mapped_obj.chain = chain; in mlx5_chains_get_chain_mapping()798 return mapping_add(ctx, &mapped_obj, chain_mapping); in mlx5_chains_get_chain_mapping()