Home
last modified time | relevance | path

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

/linux-6.15/Documentation/driver-api/cxl/
H A Daccess-coordinates.rst15 arrived for a region in order to recalculate the bandwidths with possible
62 is created to collect all the endpoint bandwidths via the
81 this point all the bandwidths are aggregated per each host bridge, which is
85 bandwidth from the Generic Port (GP). The bandwidths for the GP is retrieved
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1599 static int a6xx_gmu_build_bw_table(struct device *dev, unsigned long *bandwidths, in a6xx_gmu_build_bw_table() argument
1617 bandwidths[index++] = 0; in a6xx_gmu_build_bw_table()
1625 bandwidths[index++] = bandwidth++; in a6xx_gmu_build_bw_table()
/linux-6.15/net/wireless/
H A Dpmsr.c20 if (!(rdev->wiphy.pmsr_capa->ftm.bandwidths & BIT(out->chandef.width))) { in pmsr_parse_ftm()
H A Dcore.c775 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
789 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()
H A Dnl80211.c2219 cap->ftm.bandwidths)) in nl80211_send_pmsr_ftm_capa()
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7173.yaml20 outstanding performance with input bandwidths out to ~10kHz.
/linux-6.15/Documentation/mm/
H A Dnuma.rst34 bandwidths than accesses to memory on other, remote cells. NUMA platforms
/linux-6.15/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
603 can be created while the sum of their bandwidths stays below:
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dnet.rst174 which require setting up classes and bandwidths. Note that physical multiqueue
/linux-6.15/Documentation/core-api/
H A Dworkqueue.rst470 are the read bandwidths and CPU utilizations depending on different affinity
/linux-6.15/include/net/
H A Dcfg80211.h5447 u32 bandwidths; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c87 .bandwidths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c6049 out->ftm.bandwidths = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS]); in parse_ftm_capa()