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