Home
last modified time | relevance | path

Searched refs:arg_id (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c470 attr->modify_header.arg_id = action->modify_header.arg_id; in hws_action_fill_stc_attr()
499 attr->insert_header.arg_id = action->reformat.arg_id; in hws_action_fill_stc_attr()
914 u32 arg_id; in hws_action_handle_insert_with_ptr() local
932 &arg_id); in hws_action_handle_insert_with_ptr()
937 action[i].reformat.arg_id = arg_id; in hws_action_handle_insert_with_ptr()
963 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_insert_with_ptr()
1051 u32 arg_id, pat_id; in hws_action_handle_tunnel_l3_to_l2() local
1075 &arg_id); in hws_action_handle_tunnel_l3_to_l2()
1093 action[i].modify_header.arg_id = arg_id; in hws_action_handle_tunnel_l3_to_l2()
1113 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_tunnel_l3_to_l2()
[all …]
Dmlx5hws_pat_arg.c410 u32 *arg_id) in mlx5hws_arg_create() argument
447 *arg_id = id; in mlx5hws_arg_create()
451 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id) in mlx5hws_arg_destroy() argument
453 mlx5hws_cmd_arg_destroy(ctx->mdev, arg_id); in mlx5hws_arg_destroy()
461 u32 *arg_id) in mlx5hws_arg_create_modify_header_arg() argument
471 arg_id); in mlx5hws_arg_create_modify_header_arg()
Dmlx5hws_cmd.h114 u32 arg_id; member
121 u32 arg_id; member
300 u32 *arg_id);
303 u32 arg_id);
Dmlx5hws_pat_arg.h59 u32 *arg_id);
61 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id);
Dmlx5hws_action.h131 u32 arg_id; member
141 u32 arg_id; member
Dmlx5hws_cmd.c484 header_modify_argument_id, stc_attr->modify_header.arg_id); in hws_cmd_stc_modify_set_stc_param()
511 stc_attr->insert_header.arg_id); in hws_cmd_stc_modify_set_stc_param()
623 u32 *arg_id) in mlx5hws_cmd_arg_create() argument
647 *arg_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5hws_cmd_arg_create()
653 u32 arg_id) in mlx5hws_cmd_arg_destroy() argument
655 hws_cmd_general_obj_destroy(mdev, MLX5_OBJ_TYPE_HEADER_MODIFY_ARGUMENT, arg_id); in mlx5hws_cmd_arg_destroy()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c872 int mlx5dr_send_postsend_args(struct mlx5dr_domain *dmn, u64 arg_id, in mlx5dr_send_postsend_args() argument
890 send_info.remote_addr = arg_id + iter; in mlx5dr_send_postsend_args()
Ddr_types.h1495 int mlx5dr_send_postsend_args(struct mlx5dr_domain *dmn, u64 arg_id,
/linux-6.12.1/include/linux/
Dbpf.h2660 const struct btf *arg_btf, u32 arg_id);
/linux-6.12.1/kernel/bpf/
Dbtf.c9076 const struct btf *arg_btf, u32 arg_id) in btf_type_ids_nocast_alias() argument
9087 arg_type = btf_type_by_id(arg_btf, arg_id); in btf_type_ids_nocast_alias()