Searched refs:_subsys (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-debug.h | 90 #define IWL_CRIT(_subsys, _fmt, ...) \ argument 91 __iwl_crit((_subsys)->dev, _fmt, ##__VA_ARGS__) 92 #define IWL_INFO(_subsys, _fmt, ...) \ argument 93 __iwl_info((_subsys)->dev, _fmt, ##__VA_ARGS__) 94 #define IWL_WARN(_subsys, _fmt, ...) \ argument 95 __iwl_warn((_subsys)->dev, _fmt, ##__VA_ARGS__) 101 #define IWL_ERR(_subsys, _fmt, ...) \ argument 102 IWL_ERR_DEV((_subsys)->dev, _fmt, ##__VA_ARGS__) 103 #define IWL_ERR_LIMIT(_subsys, _fmt, ...) \ argument 104 __IWL_ERR_DEV((_subsys)->dev, IWL_ERR_MODE_RATELIMIT, \ [all …]
|