mlx5hws_cmd_flow_table_destroy
mlx5hws_cmd_flow_table_destroy(mdev, ft_attr->type, tbl->ft_id);
mlx5hws_cmd_flow_table_destroy(mdev, tbl->type, tbl->ft_id);
int mlx5hws_cmd_flow_table_destroy(struct mlx5_core_dev *mdev,
mlx5hws_cmd_flow_table_destroy(mdev, ft_attr.type, *ft_id);
mlx5hws_cmd_flow_table_destroy(tbl->ctx->mdev, tbl->fw_ft_type, ft_id);