Home
last modified time | relevance | path

Searched refs:IWL_DL_FW_ERRORS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-debug.h139 #define IWL_DL_FW_ERRORS 0x00040000 macro
170 #define IWL_DEBUG_FW_ERRORS(p, f, a...) IWL_DEBUG(p, IWL_DL_FW_ERRORS, f, ## a)
Diwl-trans-pcie-rx.c904 if (!(iwl_have_debug_level(IWL_DL_FW_ERRORS)) && !full_log) in iwl_dump_nic_event_log()
924 if (iwl_have_debug_level(IWL_DL_FW_ERRORS) || full_log) { in iwl_dump_nic_event_log()
Diwl-core.c840 if (iwl_have_debug_level(IWL_DL_FW_ERRORS)) in iwlagn_fw_error()