sw_action         279 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		__field(u32, sw_action)
sw_action         288 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 			   __entry->sw_action = rule->sw_action;
sw_action         299 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		      __print_flags(__entry->sw_action, "|", ACTION_FLAGS),
sw_action         484 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (rule->sw_action == MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_PRIO) {
sw_action        1870 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	u32 sw_action = flow_act->action;
sw_action        1895 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (sw_action == MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_PRIO) {
sw_action        1902 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			handle->rule[0]->sw_action = MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_PRIO;
sw_action         144 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	u32					sw_action;
sw_action        1216 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			  __be64 *sw_action,
sw_action        1227 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = MLX5_GET(set_action_in, sw_action, action_type);
sw_action        1228 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	length = MLX5_GET(set_action_in, sw_action, length);
sw_action        1229 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	offset = MLX5_GET(set_action_in, sw_action, offset);
sw_action        1230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	sw_field = MLX5_GET(set_action_in, sw_action, field);
sw_action        1231 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	data = MLX5_GET(set_action_in, sw_action, data);
sw_action        1286 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					const __be64 *sw_action)
sw_action        1291 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	sw_field = MLX5_GET(set_action_in, sw_action, field);
sw_action        1292 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = MLX5_GET(set_action_in, sw_action, action_type);
sw_action        1328 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c dr_action_modify_check_is_ttl_modify(const u64 *sw_action)
sw_action        1330 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u16 sw_field = MLX5_GET(set_action_in, sw_action, field);
sw_action        1348 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	__be64 *sw_action;
sw_action        1354 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		sw_action = &sw_actions[i];
sw_action        1356 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		ret = dr_action_modify_check_field_limitation(dmn, sw_action);
sw_action        1361 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			*modify_ttl = dr_action_modify_check_is_ttl_modify(sw_action);
sw_action        1365 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 						sw_action,