Home
last modified time | relevance | path

Searched refs:dbg_mask (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/
Dath.h294 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
296 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
306 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg() argument
310 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
311 _ath_dbg(common, ATH_DBG_##dbg_mask, fmt, ##__VA_ARGS__)
/drivers/net/wireless/ath/ath6kl/
Ddebug.h86 static inline void ath6kl_dbg(enum ATH6K_DEBUG_MASK dbg_mask, in ath6kl_dbg() argument
/drivers/net/wireless/ath/ath10k/
Ddebug.h165 enum ath10k_debug_mask dbg_mask, in ath10k_dbg() argument
/drivers/net/wireless/mwifiex/
Dmain.h194 #define mwifiex_dbg_dump(adapter, dbg_mask, str, buf, len) \ argument
196 if ((adapter)->debug_mask & MWIFIEX_DBG_##dbg_mask) \