destroy_flow_table_in  187 drivers/infiniband/hw/mlx5/devx.c 		*dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox,
destroy_flow_table_in 1126 drivers/infiniband/hw/mlx5/devx.c 		*dinlen = MLX5_ST_SZ_BYTES(destroy_flow_table_in);
destroy_flow_table_in 1128 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_table_in, din, other_vport,
destroy_flow_table_in 1130 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_table_in, din, vport_number,
destroy_flow_table_in 1132 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_table_in, din, table_type,
destroy_flow_table_in 1134 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_table_in, din, table_id, *obj_id);
destroy_flow_table_in  252 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	u32 in[MLX5_ST_SZ_DW(destroy_flow_table_in)]   = {0};
destroy_flow_table_in  256 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_table_in, in, opcode,
destroy_flow_table_in  258 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_table_in, in, table_type, ft->type);
destroy_flow_table_in  259 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_table_in, in, table_id, ft->id);
destroy_flow_table_in  261 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(destroy_flow_table_in, in, vport_number, ft->vport);
destroy_flow_table_in  262 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(destroy_flow_table_in, in, other_vport, 1);
destroy_flow_table_in  382 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	u32 in[MLX5_ST_SZ_DW(destroy_flow_table_in)] = {};
destroy_flow_table_in  384 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_table_in, in, opcode,
destroy_flow_table_in  386 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_table_in, in, table_type, table_type);
destroy_flow_table_in  387 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_table_in, in, table_id, table_id);