Home
last modified time | relevance | path

Searched refs:IWL_DEBUG_LAR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c87 IWL_DEBUG_LAR(mld, "send MCC update to FW with '%c%c' src = %d\n", in iwl_mld_update_mcc()
120 IWL_DEBUG_LAR(mld, in iwl_mld_update_mcc()
141 IWL_DEBUG_LAR(mld, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mld_get_regdomain()
147 IWL_DEBUG_LAR(mld, "Could not get update from FW %ld\n", in iwl_mld_get_regdomain()
159 IWL_DEBUG_LAR(mld, "MCC update response version: %d\n", resp_ver); in iwl_mld_get_regdomain()
169 IWL_DEBUG_LAR(mld, "Could not get parse update from FW %ld\n", in iwl_mld_get_regdomain()
174 IWL_DEBUG_LAR(mld, "setting alpha2 from FW to %s (0x%x, 0x%x) src=%d\n", in iwl_mld_get_regdomain()
310 IWL_DEBUG_LAR(mld, "Ignore mcc update while associated\n"); in iwl_mld_handle_update_mcc()
319 IWL_DEBUG_LAR(mld, in iwl_mld_handle_update_mcc()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c440 IWL_DEBUG_LAR(mvm, "send MCC update to FW with '%c%c' src = %d\n", in iwl_mvm_update_mcc()
540 IWL_DEBUG_LAR(mvm, in iwl_mvm_update_mcc()
619 IWL_DEBUG_LAR(mvm, "Ignore mcc update while associated\n"); in iwl_mvm_rx_chub_update_mcc()
631 IWL_DEBUG_LAR(mvm, in iwl_mvm_rx_chub_update_mcc()
639 IWL_DEBUG_LAR(mvm, "RX: No change in the regulatory data\n"); in iwl_mvm_rx_chub_update_mcc()
H A Dmac80211.c127 IWL_DEBUG_LAR(mvm, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mvm_get_regdomain()
133 IWL_DEBUG_LAR(mvm, "Could not get update from FW %d\n", in iwl_mvm_get_regdomain()
147 IWL_DEBUG_LAR(mvm, "MCC update response version: %d\n", resp_ver); in iwl_mvm_get_regdomain()
158 IWL_DEBUG_LAR(mvm, "Could not get parse update from FW %d\n", in iwl_mvm_get_regdomain()
163 IWL_DEBUG_LAR(mvm, "setting alpha2 from FW to %s (0x%x, 0x%x) src=%d\n", in iwl_mvm_get_regdomain()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h216 #define IWL_DEBUG_LAR(p, f, a...) IWL_DEBUG(p, IWL_DL_LAR, f, ## a) macro