Searched refs:packet_reformat_context_in (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_cmd.c | 877 void *packet_reformat_context_in; in mlx5_cmd_packet_reformat_alloc() local 901 packet_reformat_context_in = MLX5_ADDR_OF(alloc_packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 903 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 904 packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 910 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 912 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 914 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 916 MLX5_SET(packet_reformat_context_in, packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | cmd.c | 822 cmd_total_sz += MLX5_ST_SZ_BYTES(packet_reformat_context_in); in mlx5hws_cmd_packet_reformat_create() 823 cmd_data_sz = MLX5_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data); in mlx5hws_cmd_packet_reformat_create() 834 pdata = MLX5_ADDR_OF(packet_reformat_context_in, prctx, reformat_data); in mlx5hws_cmd_packet_reformat_create() 836 MLX5_SET(packet_reformat_context_in, prctx, reformat_type, attr->type); in mlx5hws_cmd_packet_reformat_create() 837 MLX5_SET(packet_reformat_context_in, prctx, reformat_param_0, attr->reformat_param_0); in mlx5hws_cmd_packet_reformat_create() 838 MLX5_SET(packet_reformat_context_in, prctx, reformat_data_size, attr->data_sz); in mlx5hws_cmd_packet_reformat_create()
|
Completed in 11 milliseconds