Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
dfs_debug.c File Reference
#include <linux/debugfs.h>
#include <linux/export.h>
#include "ath9k.h"
#include "dfs_debug.h"

Go to the source code of this file.

Macros

#define ATH9K_DFS_STAT(s, p)
 
#define ATH9K_DFS_POOL_STAT(s, p)
 
#define DFS_STATS_RESET_MAGIC   0x80000000
 

Functions

void ath9k_dfs_init_debug (struct ath_softc *sc)
 

Variables

struct ath_dfs_pool_stats global_dfs_pool_stats = { 0 }
 

Macro Definition Documentation

#define ATH9K_DFS_POOL_STAT (   s,
  p 
)
Value:
len += snprintf(buf + len, size - len, "%28s : %10u\n", s, \

Definition at line 30 of file dfs_debug.c.

#define ATH9K_DFS_STAT (   s,
  p 
)
Value:
len += snprintf(buf + len, size - len, "%28s : %10u\n", s, \
sc->debug.stats.dfs_stats.p);

Definition at line 27 of file dfs_debug.c.

#define DFS_STATS_RESET_MAGIC   0x80000000

Definition at line 85 of file dfs_debug.c.

Function Documentation

void ath9k_dfs_init_debug ( struct ath_softc sc)

Definition at line 116 of file dfs_debug.c.

Variable Documentation

struct ath_dfs_pool_stats global_dfs_pool_stats = { 0 }

Definition at line 25 of file dfs_debug.c.