Searched refs:modify_header_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 173 u32 modify_header_id, in mlx5dr_cmd_set_fte_modify_and_vport() argument 196 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport() 231 u32 *modify_header_id) in mlx5dr_cmd_alloc_modify_header() argument 256 *modify_header_id = MLX5_GET(alloc_modify_header_context_out, out, in mlx5dr_cmd_alloc_modify_header() 257 modify_header_id); in mlx5dr_cmd_alloc_modify_header() 264 u32 modify_header_id) in mlx5dr_cmd_dealloc_modify_header() argument 271 MLX5_SET(dealloc_modify_header_context_in, in, modify_header_id, in mlx5dr_cmd_dealloc_modify_header() 272 modify_header_id); in mlx5dr_cmd_dealloc_modify_header()
|
D | dr_types.h | 876 u32 modify_header_id, 885 u32 *modify_header_id); 887 u32 modify_header_id);
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 464 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte() 824 modify_hdr->id = MLX5_GET(alloc_modify_header_context_out, out, modify_header_id); in mlx5_cmd_modify_header_alloc() 839 MLX5_SET(dealloc_modify_header_context_in, in, modify_header_id, in mlx5_cmd_modify_header_dealloc()
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 2805 u8 modify_header_id[0x20]; member 5522 u8 modify_header_id[0x20]; member 5559 u8 modify_header_id[0x20]; member
|