Home
last modified time | relevance | path

Searched refs:sampler_id (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c36 u32 sampler_id; member
142 sampler->sampler_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in sampler_obj_create()
148 sampler_obj_destroy(struct mlx5_core_dev *mdev, u32 sampler_id) in sampler_obj_destroy() argument
155 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sampler_id); in sampler_obj_destroy()
220 sampler_obj_destroy(tc_psample->esw->dev, sampler->sampler_id); in sampler_put()
517 sample_attr->sampler_id = sample_flow->sampler->sampler_id; in mlx5e_tc_sample_offload()
H A Dsample.h18 u32 sampler_id; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5dr.h112 mlx5dr_action_create_flow_sampler(struct mlx5dr_domain *dmn, u32 sampler_id);
H A Ddr_cmd.c262 u32 sampler_id, in mlx5dr_cmd_query_flow_sampler() argument
275 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sampler_id); in mlx5dr_cmd_query_flow_sampler()
922 id = fte->dest_arr[i].sampler_id; in mlx5dr_cmd_set_fte()
H A Ddr_types.h1058 u32 sampler_id; member
1310 u32 sampler_id,
1517 u32 sampler_id; member
H A Ddr_action.c1348 mlx5dr_action_create_flow_sampler(struct mlx5dr_domain *dmn, u32 sampler_id) in mlx5dr_action_create_flow_sampler() argument
1354 ret = mlx5dr_cmd_query_flow_sampler(dmn->mdev, sampler_id, in mlx5dr_action_create_flow_sampler()
1364 action->sampler->sampler_id = sampler_id; in mlx5dr_action_create_flow_sampler()
H A Dfs_dr.c479 id = dst->dest_attr.sampler_id; in mlx5_cmd_dr_create_fte()
H A Ddr_dbg.c441 rule_id, 0, 0, action->sampler->sampler_id, in dr_dump_rule_action_mem()
/linux/include/linux/mlx5/
H A Dfs.h180 u32 sampler_id; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws.h588 u32 sampler_id, u32 flags);
H A Dmlx5hws_action.c1876 u32 sampler_id, u32 flags) in mlx5hws_action_create_flow_sampler() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c265 trace_seq_printf(p, "sampler_id=%u\n", dst->sampler_id); in parse_fs_dst()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c219 u32 sampler_id, in esw_setup_sampler_dest() argument
224 dest[i].sampler_id = sampler_id; in esw_setup_sampler_dest()
591 esw_setup_sampler_dest(dest, flow_act, attr->sample_attr.sampler_id, *i); in esw_setup_dests()
H A Dfs_cmd.c684 id = dst->dest_attr.sampler_id; in mlx5_cmd_set_fte()
H A Dfs_core.c1856 d1->sampler_id == d2->sampler_id) || in mlx5_flow_dests_cmp()