#include <linux/module.h>
#include <linux/debugfs.h>
#include "dpaa2-eth.h"
#include "dpaa2-eth-debugfs.h"
#define DPAA2_ETH_DBG_ROOT …
static struct dentry *dpaa2_dbg_root;
static int dpaa2_dbg_cpu_show(struct seq_file *file, void *offset)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
static char *fq_type_to_str(struct dpaa2_eth_fq *fq)
{ … }
static int dpaa2_dbg_fqs_show(struct seq_file *file, void *offset)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
static int dpaa2_dbg_ch_show(struct seq_file *file, void *offset)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
static int dpaa2_dbg_bp_show(struct seq_file *file, void *offset)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
void dpaa2_dbg_add(struct dpaa2_eth_priv *priv)
{ … }
void dpaa2_dbg_remove(struct dpaa2_eth_priv *priv)
{ … }
void dpaa2_eth_dbg_init(void)
{ … }
void dpaa2_eth_dbg_exit(void)
{ … }