Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py377 bandwidths = run_bandwidth_test(cfg)
378 bw_data = calculate_bandwidth_percentages(bandwidths)
/linux/Documentation/driver-api/cxl/linux/
H A Daccess-coordinates.rst92 arrived for a region in order to recalculate the bandwidths with possible
139 is created to collect all the endpoint bandwidths via the
158 this point all the bandwidths are aggregated per each host bridge, which is
162 bandwidth from the Generic Port (GP). The bandwidths for the GP are retrieved
/linux/net/wireless/
H A Dpmsr.c21 !(capa->ftm.bandwidths & BIT(out->chandef.width))) { in pmsr_parse_ftm()
H A Dcore.c902 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
916 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()
H A Dnl80211.c2508 cap->ftm.bandwidths)) in nl80211_send_pmsr_ftm_capa()
/linux/Documentation/core-api/
H A Dworkqueue.rst482 are the read bandwidths and CPU utilizations depending on different affinity
/linux/include/net/
H A Dcfg80211.h6153 u32 bandwidths; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c88 .bandwidths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c6673 out->ftm.bandwidths = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS]); in parse_ftm_capa()