Home
last modified time | relevance | path

Searched refs:channel_load_by_us (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dphy.h29 u32 channel_load_by_us; member
H A Dstats.c465 phy->channel_load_by_us = in iwl_mld_fill_chanctx_stats()
466 le32_to_cpu(per_phy[phy->fw_id].channel_load_by_us); in iwl_mld_fill_chanctx_stats()
H A Dlink.c753 if (phy->channel_load_by_us > exit_thr) { in iwl_mld_check_omi_bw_reduction()
758 if (phy->channel_load_by_us > IWL_MLD_OMI_ENTER_CHAN_LOAD) { in iwl_mld_check_omi_bw_reduction()
1084 return phy->channel_load_by_us; in iwl_mld_get_chan_load_by_us()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dlink-selection.c118 phy->channel_load_by_us = test_param->input.link.chan_load_by_us; in setup_link()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c191 ctx.channel_load_by_us = params->chan_load_by_us; in KUNIT_ARRAY_PARAM_DESC()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h576 __le32 channel_load_by_us; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c790 mvm->phy_ctxts[i].channel_load_by_us = in iwl_mvm_handle_per_phy_stats()
791 le32_to_cpu(per_phy[i].channel_load_by_us); in iwl_mvm_handle_per_phy_stats()
H A Dlink.c573 NORMALIZE_PERCENT_TO_255(mvm_link->phy_ctxt->channel_load_by_us); in iwl_mvm_get_chan_load()
H A Dmvm.h105 u32 channel_load_by_us; member