Lines Matching refs:cw1200_common
30 int cw1200_debug_init(struct cw1200_common *priv);
31 void cw1200_debug_release(struct cw1200_common *priv);
33 static inline void cw1200_debug_txed(struct cw1200_common *priv) in cw1200_debug_txed()
38 static inline void cw1200_debug_txed_agg(struct cw1200_common *priv) in cw1200_debug_txed_agg()
43 static inline void cw1200_debug_txed_multi(struct cw1200_common *priv, in cw1200_debug_txed_multi()
50 static inline void cw1200_debug_rxed(struct cw1200_common *priv) in cw1200_debug_rxed()
55 static inline void cw1200_debug_rxed_agg(struct cw1200_common *priv) in cw1200_debug_rxed_agg()
60 static inline void cw1200_debug_tx_cache_miss(struct cw1200_common *priv) in cw1200_debug_tx_cache_miss()
65 static inline void cw1200_debug_tx_align(struct cw1200_common *priv) in cw1200_debug_tx_align()
70 static inline void cw1200_debug_tx_ttl(struct cw1200_common *priv) in cw1200_debug_tx_ttl()
75 static inline void cw1200_debug_tx_burst(struct cw1200_common *priv) in cw1200_debug_tx_burst()
80 static inline void cw1200_debug_ba(struct cw1200_common *priv, in cw1200_debug_ba()