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.
117 * struct ath_ops - Register read/write operations
191 return common->ps_ops; in ath_ps_ops()
229 * enum ath_debug_level - atheros wireless debug level
232 * @ATH_DBG_QUEUE: hardware queue management
247 * used exclusively for WLAN-BT coexistence starting from
257 * modifying debug level states -- but this is typically done through a
293 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
297 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) argument
298 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) argument
310 #define ATH_DBG_WARN(foo, arg...) do {} while (0) argument
311 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ argument
312 int __ret_warn_once = !!(foo); \