Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c85 IWL_DEBUG_TEMP(mvm, "DTS_MEASUREMENT_NOTIFICATION - %d\n", temp); in iwl_mvm_temp_notif_parse()
141 IWL_DEBUG_TEMP(mvm, "Temp = %d Threshold crossed = %d\n", in iwl_mvm_temp_notif()
163 IWL_DEBUG_TEMP(mvm, "CT Kill notification temperature = %d\n", in iwl_mvm_ct_kill_notif()
167 IWL_DEBUG_TEMP(mvm, in iwl_mvm_ct_kill_notif()
213 IWL_DEBUG_TEMP(mvm, in iwl_mvm_send_temp_cmd()
228 IWL_DEBUG_TEMP(mvm, in iwl_mvm_send_temp_cmd()
309 IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", temp); in check_exit_ctkill()
359 IWL_DEBUG_TEMP(mvm, "%s Tx protection\n", in iwl_mvm_tt_tx_protection()
377 IWL_DEBUG_TEMP(mvm, "Set Thermal Tx backoff to: %u\n", in iwl_mvm_tt_tx_backoff()
394 IWL_DEBUG_TEMP(mv in iwl_mvm_tt_handler()
[all...]
H A Ddebugfs.c275 IWL_DEBUG_TEMP(mvm, "%sabling debug set temperature (temp = %d)\n", in iwl_dbgfs_set_nic_temperature_write()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h184 #define IWL_DEBUG_TEMP(_subsys, _fmt, ...) \ macro