destroy_flow_group_in 1139 drivers/infiniband/hw/mlx5/devx.c 		*dinlen = MLX5_ST_SZ_BYTES(destroy_flow_group_in);
destroy_flow_group_in 1141 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_group_in, din, other_vport,
destroy_flow_group_in 1143 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_group_in, din, vport_number,
destroy_flow_group_in 1145 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_group_in, din, table_type,
destroy_flow_group_in 1147 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_group_in, din, table_id,
destroy_flow_group_in 1149 drivers/infiniband/hw/mlx5/devx.c 		MLX5_SET(destroy_flow_group_in, din, group_id, *obj_id);
destroy_flow_group_in  347 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	u32 in[MLX5_ST_SZ_DW(destroy_flow_group_in)]   = {0};
destroy_flow_group_in  350 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_group_in, in, opcode,
destroy_flow_group_in  352 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_group_in, in, table_type, ft->type);
destroy_flow_group_in  353 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_group_in, in, table_id, ft->id);
destroy_flow_group_in  354 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(destroy_flow_group_in, in, group_id, fg->id);
destroy_flow_group_in  356 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(destroy_flow_group_in, in, vport_number, ft->vport);
destroy_flow_group_in  357 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(destroy_flow_group_in, in, other_vport, 1);
destroy_flow_group_in  311 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	u32 in[MLX5_ST_SZ_DW(destroy_flow_group_in)] = {};
destroy_flow_group_in  315 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_group_in, in, table_type, table_type);
destroy_flow_group_in  316 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_group_in, in, table_id, table_id);
destroy_flow_group_in  317 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(destroy_flow_group_in, in, group_id, group_id);