Lines Matching refs:cw1200_common
33 int cw1200_debug_init(struct cw1200_common *priv);
34 void cw1200_debug_release(struct cw1200_common *priv);
36 static inline void cw1200_debug_txed(struct cw1200_common *priv) in cw1200_debug_txed()
41 static inline void cw1200_debug_txed_agg(struct cw1200_common *priv) in cw1200_debug_txed_agg()
46 static inline void cw1200_debug_txed_multi(struct cw1200_common *priv, in cw1200_debug_txed_multi()
53 static inline void cw1200_debug_rxed(struct cw1200_common *priv) in cw1200_debug_rxed()
58 static inline void cw1200_debug_rxed_agg(struct cw1200_common *priv) in cw1200_debug_rxed_agg()
63 static inline void cw1200_debug_tx_cache_miss(struct cw1200_common *priv) in cw1200_debug_tx_cache_miss()
68 static inline void cw1200_debug_tx_align(struct cw1200_common *priv) in cw1200_debug_tx_align()
73 static inline void cw1200_debug_tx_ttl(struct cw1200_common *priv) in cw1200_debug_tx_ttl()
78 static inline void cw1200_debug_tx_burst(struct cw1200_common *priv) in cw1200_debug_tx_burst()
83 static inline void cw1200_debug_ba(struct cw1200_common *priv, in cw1200_debug_ba()