|
Linux Kernel
3.7.1
|
#include "eeprom.h"#include "wlan.h"#include "hw.h"#include "fwdesc.h"#include "fwcmd.h"#include "../regd.h"Go to the source code of this file.
Data Structures | |
| struct | hw_stat_reg_entry |
| struct | ath_stats |
| struct | carl9170_debug_mem_rbe |
| struct | carl9170_debug |
Macros | |
| #define | STAT_MAC_REG(reg) { (AR9170_MAC_REG_##reg), #reg } |
| #define | STAT_PTA_REG(reg) { (AR9170_PTA_REG_##reg), #reg } |
| #define | STAT_USB_REG(reg) { (AR9170_USB_REG_##reg), #reg } |
| #define | DEFINE_TALLY(name) |
| #define | DEFINE_STAT(name) u32 name##_counter[ARRAY_SIZE(name##_regs)] \ |
| #define | CARL9170_DEBUG_RING_SIZE 64 |
Functions | |
| void | carl9170_debugfs_register (struct ar9170 *ar) |
| void | carl9170_debugfs_unregister (struct ar9170 *ar) |
| #define DEFINE_STAT | ( | name | ) | u32 name##_counter[ARRAY_SIZE(name##_regs)] \ |
| #define DEFINE_TALLY | ( | name | ) |
1.8.2