set_flow_table_root_in  158 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)]   = {0};
set_flow_table_root_in  166 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_flow_table_root_in, in, opcode,
set_flow_table_root_in  168 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_flow_table_root_in, in, table_type, ft->type);
set_flow_table_root_in  171 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, op_mod, 1);
set_flow_table_root_in  172 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, table_id, 0);
set_flow_table_root_in  174 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, op_mod, 0);
set_flow_table_root_in  175 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, table_id, ft->id);
set_flow_table_root_in  178 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_flow_table_root_in, in, underlay_qpn, underlay_qpn);
set_flow_table_root_in  180 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, vport_number, ft->vport);
set_flow_table_root_in  181 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(set_flow_table_root_in, in, other_vport, 1);