reformat_type     304 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 						     e->reformat_type,
reformat_type     423 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 						     e->reformat_type,
reformat_type     465 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 		e->reformat_type = -1;
reformat_type      75 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c 	e->reformat_type = MLX5_REFORMAT_TYPE_L2_TO_VXLAN;
reformat_type      23 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c 	e->reformat_type = MLX5_REFORMAT_TYPE_L2_TO_NVGRE;
reformat_type      78 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c 	e->reformat_type = MLX5_REFORMAT_TYPE_L2_TO_VXLAN;
reformat_type    1109 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	err = mlx5_tun_entropy_refcount_inc(tun_entropy, e->reformat_type);
reformat_type    1120 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 						      e->reformat_type);
reformat_type    1151 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	mlx5_tun_entropy_refcount_dec(tun_entropy, e->reformat_type);
reformat_type     171 drivers/net/ethernet/mellanox/mlx5/core/en_rep.h 	int reformat_type;
reformat_type    1306 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 						     e->reformat_type,
reformat_type     111 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 					       int reformat_type,
reformat_type     694 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 					  int reformat_type,
reformat_type     738 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		 reformat_type, reformat_type);
reformat_type      80 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.h 				     int reformat_type,
reformat_type    2954 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 						     int reformat_type,
reformat_type    2972 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	pkt_reformat->reformat_type = reformat_type;
reformat_type    2973 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	err = root->cmds->packet_reformat_alloc(root, reformat_type, size,
reformat_type      52 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	int reformat_type; /* from mlx5_ifc */
reformat_type      88 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 			    int reformat_type, bool enable)
reformat_type     100 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 	    reformat_type == MLX5_REFORMAT_TYPE_L2_TO_NVGRE) {
reformat_type     146 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 				  int reformat_type)
reformat_type     152 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 	if (reformat_type == MLX5_REFORMAT_TYPE_L2_TO_VXLAN &&
reformat_type     160 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 	} else if (reformat_type == MLX5_REFORMAT_TYPE_L2_TO_NVGRE) {
reformat_type     166 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 			err = mlx5_set_entropy(tun_entropy, reformat_type, 0);
reformat_type     178 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 				   int reformat_type)
reformat_type     181 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 	if (reformat_type == MLX5_REFORMAT_TYPE_L2_TO_VXLAN)
reformat_type     183 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 	else if (reformat_type == MLX5_REFORMAT_TYPE_L2_TO_NVGRE &&
reformat_type     185 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c 		mlx5_set_entropy(tun_entropy, reformat_type, 1);
reformat_type      20 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.h 				  int reformat_type);
reformat_type      22 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.h 				   int reformat_type);
reformat_type     374 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c dr_action_reformat_to_action_type(enum mlx5dr_action_reformat_type reformat_type,
reformat_type     377 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	switch (reformat_type) {
reformat_type    1028 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c dr_action_verify_reformat_params(enum mlx5dr_action_type reformat_type,
reformat_type    1033 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if ((!data && data_sz) || (data && !data_sz) || reformat_type >
reformat_type    1043 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (reformat_type != DR_ACTION_TYP_TNL_L2_TO_L2 &&
reformat_type    1044 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		    reformat_type != DR_ACTION_TYP_TNL_L3_TO_L2) {
reformat_type    1049 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (reformat_type != DR_ACTION_TYP_L2_TO_TNL_L2 &&
reformat_type    1050 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		    reformat_type != DR_ACTION_TYP_L2_TO_TNL_L3) {
reformat_type    1151 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				     enum mlx5dr_action_reformat_type reformat_type,
reformat_type    1162 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	ret = dr_action_reformat_to_action_type(reformat_type, &action_type);
reformat_type     419 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(packet_reformat_context_in, prctx, reformat_type, rt);
reformat_type     289 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		bool is_decap = fte->action.pkt_reformat->reformat_type ==
reformat_type     450 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 					     int reformat_type,
reformat_type     460 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	switch (reformat_type) {
reformat_type     474 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			      reformat_type);
reformat_type      95 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h 				     enum mlx5dr_action_reformat_type reformat_type,
reformat_type     187 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h 				     enum mlx5dr_action_reformat_type reformat_type,
reformat_type     246 include/linux/mlx5/fs.h 						     int reformat_type,
reformat_type    5369 include/linux/mlx5/mlx5_ifc.h 	u8         reformat_type[0x3];