Searched refs:arg_id (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action.c | 472 attr->modify_header.arg_id = action->modify_header.arg_id; in hws_action_fill_stc_attr() 502 attr->insert_header.arg_id = action->reformat.arg_id; in hws_action_fill_stc_attr() 917 u32 arg_id; in hws_action_handle_insert_with_ptr() local 935 &arg_id); in hws_action_handle_insert_with_ptr() 940 action[i].reformat.arg_id = arg_id; in hws_action_handle_insert_with_ptr() 1054 u32 arg_id, pat_id; in hws_action_handle_tunnel_l3_to_l2() local 1078 &arg_id); in hws_action_handle_tunnel_l3_to_l2() 1096 action[i].modify_header.arg_id = arg_id; in hws_action_handle_tunnel_l3_to_l2() 1245 &arg_id); in hws_action_create_modify_header_hws() 1292 action[i].modify_header.arg_id = arg_id; in hws_action_create_modify_header_hws() [all …]
|
| A D | pat_arg.c | 409 u32 *arg_id) in mlx5hws_arg_create() argument 446 *arg_id = id; in mlx5hws_arg_create() 450 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id) in mlx5hws_arg_destroy() argument 452 mlx5hws_cmd_arg_destroy(ctx->mdev, arg_id); in mlx5hws_arg_destroy() 460 u32 *arg_id) in mlx5hws_arg_create_modify_header_arg() argument 470 arg_id); in mlx5hws_arg_create_modify_header_arg()
|
| A D | cmd.h | 113 u32 arg_id; member 120 u32 arg_id; member 296 u32 *arg_id); 299 u32 arg_id);
|
| A D | pat_arg.h | 59 u32 *arg_id); 61 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id);
|
| A D | action.h | 137 u32 arg_id; member 147 u32 arg_id; member
|
| A D | cmd.c | 483 header_modify_argument_id, stc_attr->modify_header.arg_id); in hws_cmd_stc_modify_set_stc_param() 510 stc_attr->insert_header.arg_id); in hws_cmd_stc_modify_set_stc_param() 622 u32 *arg_id) in mlx5hws_cmd_arg_create() argument 646 *arg_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5hws_cmd_arg_create() 652 u32 arg_id) in mlx5hws_cmd_arg_destroy() argument 654 hws_cmd_general_obj_destroy(mdev, MLX5_OBJ_TYPE_HEADER_MODIFY_ARGUMENT, arg_id); in mlx5hws_cmd_arg_destroy()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_send.c | 872 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()
|
| A D | dr_types.h | 1494 int mlx5dr_send_postsend_args(struct mlx5dr_domain *dmn, u64 arg_id,
|
Completed in 33 milliseconds