Home
last modified time | relevance | path

Searched refs:reformat_id (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c529 int reformat_id = 0; in mlx5_cmd_set_fte() local
585 reformat_id = mlx5_fs_dr_action_get_pkt_reformat_id(pkt_reformat); in mlx5_cmd_set_fte()
586 if (reformat_id < 0) { in mlx5_cmd_set_fte()
590 err = reformat_id; in mlx5_cmd_set_fte()
594 reformat_id = fte->act_dests.action.pkt_reformat->id; in mlx5_cmd_set_fte()
598 MLX5_SET(flow_context, in_flow_context, packet_reformat_id, (u32)reformat_id); in mlx5_cmd_set_fte()