Home
last modified time | relevance | path

Searched refs:sampler_id (Results 1 – 12 of 12) 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/sws/
H A Dmlx5dr.h110 mlx5dr_action_create_flow_sampler(struct mlx5dr_domain *dmn, u32 sampler_id);
H A Ddr_types.h1058 u32 sampler_id; member
1310 u32 sampler_id,
1516 u32 sampler_id; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c543 u32 id = dst->dest_attr.sampler_id; in mlx5_fs_get_dest_action_sampler()
559 u32 sampler_id) in mlx5_fs_put_dest_action_sampler() argument
565 sampler_hws_data = xa_load(sampler_xa, sampler_id); in mlx5_fs_put_dest_action_sampler()
708 mlx5_fs_put_dest_action_sampler(fs_ctx, fs_action->sampler_id); in mlx5_fs_destroy_fs_action()
995 fs_actions[num_fs_actions++].sampler_id = in mlx5_fs_fte_get_hws_actions()
996 dst->dest_attr.sampler_id; in mlx5_fs_fte_get_hws_actions()
H A Dmlx5hws.h608 u32 sampler_id, u32 flags);
H A Daction.c1872 u32 sampler_id, u32 flags) in mlx5hws_action_create_flow_sampler() argument
1890 dest.destination_id = sampler_id; in mlx5hws_action_create_flow_sampler()
/linux/include/linux/mlx5/
H A Dfs.h205 u32 sampler_id; member
/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.c217 u32 sampler_id, in esw_setup_sampler_dest() argument
222 dest[i].sampler_id = sampler_id; in esw_setup_sampler_dest()
589 esw_setup_sampler_dest(dest, flow_act, attr->sample_attr.sampler_id, *i); in esw_setup_dests()
H A Dfs_cmd.c710 id = dst->dest_attr.sampler_id; in mlx5_cmd_set_fte()
H A Dfs_core.c1887 d1->sampler_id == d2->sampler_id) || in mlx5_flow_dests_cmp()