Defines | Functions
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ATH5K_DBG(_sc, _m, _fmt,...)
#define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt,...)   ATH5K_DBG(_sc, _m, _fmt, ##__VA_ARGS__)
#define ATH5K_TRACE(_sc)
#define CONFIG_ATH5K_DEBUG

Functions

void ath5k_debug_dump_bands (struct ath5k_softc *sc)
void ath5k_debug_dump_skb (struct ath5k_softc *sc, struct sk_buff *skb, const char *prefix, int tx)
void ath5k_debug_finish (void)
void ath5k_debug_finish_device (struct ath5k_softc *sc)
void ath5k_debug_init (void)
void ath5k_debug_init_device (struct ath5k_softc *sc)
void ath5k_debug_printrxbuffs (struct ath5k_softc *sc, struct ath5k_hw *ah)
void ath5k_debug_printtxbuf (struct ath5k_softc *sc, struct ath5k_buf *bf)
void ath5k_set_debug_level (struct ath5k_softc *sc)

Define Documentation

#define ATH5K_DBG (   _sc,
  _m,
  _fmt,
  ... 
)
Value:
do { \
        if ((_sc)->debug_level & (_m)) \
                printk("ath5k dbg:" _fmt, ##__VA_ARGS__); \
        } while (0)

Definition at line 78 of file linux_us/hwi/ath5k_raw/module/debug.h.

#define ATH5K_DBG_UNLIMIT (   _sc,
  _m,
  _fmt,
  ... 
)    ATH5K_DBG(_sc, _m, _fmt, ##__VA_ARGS__)

Definition at line 83 of file linux_us/hwi/ath5k_raw/module/debug.h.

#define ATH5K_TRACE (   _sc)
Value:
do { \
        if ((_sc)->debug_level & ATH5K_DEBUG_TRACE) \
                printk("ath5k trace %s:%d\n", __func__, __LINE__); \
        } while (0)

Definition at line 73 of file linux_us/hwi/ath5k_raw/module/debug.h.

Definition at line 64 of file linux_us/hwi/ath5k_raw/module/debug.h.


Function Documentation

void ath5k_debug_dump_bands ( struct ath5k_softc sc)

Definition at line 76 of file linux_ks/hwi/ath5k_raw/module/debug.c.

void ath5k_debug_dump_skb ( struct ath5k_softc sc,
struct sk_buff skb,
const char *  prefix,
int  tx 
)

Definition at line 159 of file linux_ks/hwi/ath5k_raw/module/debug.c.

void ath5k_debug_finish ( void  )
void ath5k_debug_finish_device ( struct ath5k_softc sc)
void ath5k_debug_init ( void  )
void ath5k_debug_init_device ( struct ath5k_softc sc)
void ath5k_debug_printrxbuffs ( struct ath5k_softc sc,
struct ath5k_hw ah 
)

Definition at line 135 of file linux_ks/hwi/ath5k_raw/module/debug.c.

void ath5k_debug_printtxbuf ( struct ath5k_softc sc,
struct ath5k_buf bf 
)

Definition at line 177 of file linux_ks/hwi/ath5k_raw/module/debug.c.

void ath5k_set_debug_level ( struct ath5k_softc sc)

Definition at line 70 of file linux_ks/hwi/ath5k_raw/module/debug.c.



ros_rt_wmp
Author(s): Danilo Tardioli, dantard@unizar.es
autogenerated on Mon Oct 6 2014 08:27:12