Searched defs:_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 93 #define IWL_INFO(_subsys, _fmt, ...) \ argument 95 #define IWL_WARN(_subsys, _fmt, ...) \ argument 102 #define IWL_ERR(_subsys, _fmt, ...) \ argument 104 #define IWL_ERR_LIMIT(_subsys, _fmt, ...) \ argument 108 #define iwl_print_hex_error(_subsys, _pkt, _n) /* XXX-BZ TODO */ argument 123 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) \ argument 125 #define IWL_DPRINTF_PREFIX(_subsys, _e, _prefix, _fmt, ...) \ argument 130 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) argument 131 #define IWL_DPRINTF_PREFIX(_subsys, _e, _prefix, _fmt, ...) argument [all …]
|