Searched refs:packet_reformat_context_in (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.c | 878 void *packet_reformat_context_in; in mlx5_cmd_packet_reformat_alloc() local 902 packet_reformat_context_in = MLX5_ADDR_OF(alloc_packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 904 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 905 packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 911 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 913 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 915 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 917 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_cmd.c | 556 pdata = MLX5_ADDR_OF(packet_reformat_context_in, prctx, reformat_data); in mlx5dr_cmd_create_reformat_ctx() 558 MLX5_SET(packet_reformat_context_in, prctx, reformat_type, rt); in mlx5dr_cmd_create_reformat_ctx() 559 MLX5_SET(packet_reformat_context_in, prctx, reformat_param_0, reformat_param_0); in mlx5dr_cmd_create_reformat_ctx() 560 MLX5_SET(packet_reformat_context_in, prctx, reformat_param_1, reformat_param_1); in mlx5dr_cmd_create_reformat_ctx() 561 MLX5_SET(packet_reformat_context_in, prctx, reformat_data_size, reformat_size); in mlx5dr_cmd_create_reformat_ctx()
|