linux/drivers/vdpa/pds/debugfs.c

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright(c) 2023 Advanced Micro Devices, Inc */

#include <linux/pci.h>
#include <linux/vdpa.h>

#include <linux/pds/pds_common.h>
#include <linux/pds/pds_core_if.h>
#include <linux/pds/pds_adminq.h>
#include <linux/pds/pds_auxbus.h>

#include "aux_drv.h"
#include "vdpa_dev.h"
#include "debugfs.h"

static struct dentry *dbfs_dir;

void pds_vdpa_debugfs_create(void)
{}

void pds_vdpa_debugfs_destroy(void)
{}

#define PRINT_SBIT_NAME(__seq, __f, __name)

static void print_status_bits(struct seq_file *seq, u8 status)
{}

static void print_feature_bits_all(struct seq_file *seq, u64 features)
{}

void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux)
{}

static int identity_show(struct seq_file *seq, void *v)
{}
DEFINE_SHOW_ATTRIBUTE();

void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux)
{}

static int config_show(struct seq_file *seq, void *v)
{}
DEFINE_SHOW_ATTRIBUTE();

static int vq_show(struct seq_file *seq, void *v)
{}
DEFINE_SHOW_ATTRIBUTE();

void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux)
{}

void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux)
{}

void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux)
{}