Lines Matching +full:foo +full:- +full:queue
2 * Copyright (c) 2008-2009 Atheros Communications Inc.
30 * and station state to short-circuit node lookups on rx.
119 * struct ath_ops - Register read/write operations
195 return common->ps_ops; in ath_ps_ops()
234 * enum ath_debug_level - atheros wireless debug level
237 * @ATH_DBG_QUEUE: hardware queue management
252 * used exclusively for WLAN-BT coexistence starting from
262 * modifying debug level states -- but this is typically done through a
298 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
302 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) argument
303 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) argument
315 #define ATH_DBG_WARN(foo, arg...) do {} while (0) argument
316 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ argument
317 int __ret_warn_once = !!(foo); \