Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
debug.h File Reference
#include "hw.h"
#include "rc.h"
#include "dfs_debug.h"

Go to the source code of this file.

Macros

#define TX_STAT_INC(q, c)   do { } while (0)
 
#define RESET_STAT_INC(sc, type)   do { } while (0)
 
#define RX_STAT_INC(c)   /* NOP */
 

Enumerations

enum  ath_reset_type {
  RESET_TYPE_BB_HANG, RESET_TYPE_BB_WATCHDOG, RESET_TYPE_FATAL_INT, RESET_TYPE_TX_ERROR,
  RESET_TYPE_TX_HANG, RESET_TYPE_PLL_HANG, RESET_TYPE_MAC_HANG, RESET_TYPE_BEACON_STUCK,
  __RESET_TYPE_MAX
}
 

Macro Definition Documentation

#define RESET_STAT_INC (   sc,
  type 
)    do { } while (0)

Definition at line 32 of file debug.h.

#define RX_STAT_INC (   c)    /* NOP */

Definition at line 297 of file debug.h.

#define TX_STAT_INC (   q,
  c 
)    do { } while (0)

Definition at line 31 of file debug.h.

Enumeration Type Documentation

Enumerator:
RESET_TYPE_BB_HANG 
RESET_TYPE_BB_WATCHDOG 
RESET_TYPE_FATAL_INT 
RESET_TYPE_TX_ERROR 
RESET_TYPE_TX_HANG 
RESET_TYPE_PLL_HANG 
RESET_TYPE_MAC_HANG 
RESET_TYPE_BEACON_STUCK 
__RESET_TYPE_MAX 

Definition at line 35 of file debug.h.