Searched refs:modify_header_id (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 276 u32 modify_header_id, in mlx5dr_cmd_set_fte_modify_and_vport() argument 299 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport() 333 u32 *modify_header_id) in mlx5dr_cmd_alloc_modify_header() argument 358 *modify_header_id = MLX5_GET(alloc_modify_header_context_out, out, in mlx5dr_cmd_alloc_modify_header() 359 modify_header_id); in mlx5dr_cmd_alloc_modify_header() 366 u32 modify_header_id) in mlx5dr_cmd_dealloc_modify_header() argument 372 MLX5_SET(dealloc_modify_header_context_in, in, modify_header_id, in mlx5dr_cmd_dealloc_modify_header() 373 modify_header_id); in mlx5dr_cmd_dealloc_modify_header() 691 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5dr_cmd_set_fte()
|
D | dr_types.h | 1165 u32 modify_header_id, 1174 u32 *modify_header_id); 1176 u32 modify_header_id);
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 527 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte() 893 modify_hdr->id = MLX5_GET(alloc_modify_header_context_out, out, modify_header_id); in mlx5_cmd_modify_header_alloc() 906 MLX5_SET(dealloc_modify_header_context_in, in, modify_header_id, in mlx5_cmd_modify_header_dealloc()
|
/drivers/infiniband/hw/mlx5/ |
D | devx.c | 334 modify_header_id); in devx_get_created_obj_id() 477 in, modify_header_id)); in devx_get_obj_id() 1231 modify_header_id, *obj_id); in devx_obj_build_destroy_cmd()
|