linux/drivers/net/ethernet/mellanox/mlx5/core/lag/debugfs.c

// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
/* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */

#include "lag.h"

static char *get_str_mode_type(struct mlx5_lag *ldev)
{}

static int type_show(struct seq_file *file, void *priv)
{}

static int port_sel_mode_show(struct seq_file *file, void *priv)
{}

static int state_show(struct seq_file *file, void *priv)
{}

static int flags_show(struct seq_file *file, void *priv)
{}

static int mapping_show(struct seq_file *file, void *priv)
{}

static int members_show(struct seq_file *file, void *priv)
{}

DEFINE_SHOW_ATTRIBUTE();
DEFINE_SHOW_ATTRIBUTE();
DEFINE_SHOW_ATTRIBUTE();
DEFINE_SHOW_ATTRIBUTE();
DEFINE_SHOW_ATTRIBUTE();
DEFINE_SHOW_ATTRIBUTE();

void mlx5_ldev_add_debugfs(struct mlx5_core_dev *dev)
{}

void mlx5_ldev_remove_debugfs(struct dentry *dbg)
{}