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