Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dpmsr.c20 if (!(rdev->wiphy.pmsr_capa->ftm.bandwidths & BIT(out->chandef.width))) { in pmsr_parse_ftm()
H A Dcore.c735 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
749 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()
H A Dnl80211.c2165 cap->ftm.bandwidths)) in nl80211_send_pmsr_ftm_capa()
/openbmc/linux/Documentation/mm/
H A Dnuma.rst34 bandwidths than accesses to memory on other, remote cells. NUMA platforms
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst198 For each runqueue, the algorithm GRUB keeps track of two different bandwidths:
200 - Active bandwidth (running_bw): this is the sum of the bandwidths of all
602 can be created while the sum of their bandwidths stays below:
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst172 which require setting up classes and bandwidths. Note that physical multiqueue
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst450 are the read bandwidths and CPU utilizations depending on different affinity
/openbmc/linux/include/net/
H A Dcfg80211.h5193 u32 bandwidths; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c74 .bandwidths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5792 out->ftm.bandwidths = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS]); in parse_ftm_capa()