Searched refs:packet_reformat_context_in (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 841 void *packet_reformat_context_in; in mlx5_cmd_packet_reformat_alloc() local 865 packet_reformat_context_in = MLX5_ADDR_OF(alloc_packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 867 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 868 packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 874 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 876 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 878 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 880 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 528 pdata = MLX5_ADDR_OF(packet_reformat_context_in, prctx, reformat_data); in mlx5dr_cmd_create_reformat_ctx() 530 MLX5_SET(packet_reformat_context_in, prctx, reformat_type, rt); in mlx5dr_cmd_create_reformat_ctx() 531 MLX5_SET(packet_reformat_context_in, prctx, reformat_param_0, reformat_param_0); in mlx5dr_cmd_create_reformat_ctx() 532 MLX5_SET(packet_reformat_context_in, prctx, reformat_param_1, reformat_param_1); in mlx5dr_cmd_create_reformat_ctx() 533 MLX5_SET(packet_reformat_context_in, prctx, reformat_data_size, reformat_size); in mlx5dr_cmd_create_reformat_ctx()
|