Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmlo.c34 IWL_DEBUG_EHT(mld, in iwl_mld_print_emlsr_blocked()
73 IWL_DEBUG_EHT(mld, in iwl_mld_print_emlsr_exit()
169 IWL_DEBUG_EHT(mld, in iwl_mld_check_emlsr_prevention()
216 IWL_DEBUG_EHT(mld, in _iwl_mld_exit_emlsr()
261 IWL_DEBUG_EHT(mld, "Blocking EMLSR mode. reason = %s (0x%x)\n", in _iwl_mld_emlsr_block()
333 IWL_DEBUG_EHT(mld, "Unblocking EMLSR mode. reason = %s (0x%x)\n", in iwl_mld_unblock_emlsr()
345 IWL_DEBUG_EHT(mld, "EMLSR is unblocked\n"); in iwl_mld_unblock_emlsr()
362 IWL_DEBUG_EHT(mld_vif->mld, in iwl_mld_vif_iter_emlsr_mode_notif()
371 IWL_DEBUG_EHT(mld_vif->mld, "FW force leave reason = 0x%x\n", in iwl_mld_vif_iter_emlsr_mode_notif()
408 IWL_DEBUG_EHT(mld, in iwl_mld_handle_emlsr_trans_fail_notif()
[all …]
H A Dlink.c579 IWL_DEBUG_EHT(mld, in iwl_mld_handle_missed_beacon_notif()
601 IWL_DEBUG_EHT(mld, in iwl_mld_handle_missed_beacon_notif()
865 IWL_DEBUG_EHT(mld, in iwl_mld_get_link_grade()
886 IWL_DEBUG_EHT(mld, "Link %d's grade: %d\n", link_conf->link_id, grade); in iwl_mld_get_link_grade()
H A Dsta.c893 IWL_DEBUG_EHT(mld, "MPDU counters are cleared\n"); in iwl_mld_count_mpdu()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h203 #define IWL_DEBUG_EHT(_subsys, _fmt, ...) \ macro