Searched refs:bandwidth (Results 201 - 225 of 227) sorted by relevance

12345678910

/linux-master/net/mac80211/
H A Dtdls.c1343 if (bw != sta->sta.deflink.bandwidth) {
1344 sta->sta.deflink.bandwidth = bw;
H A Dibss.c1025 enum ieee80211_sta_rx_bandwidth bw = sta->sta.deflink.bandwidth;
1056 if (bw != sta->sta.deflink.bandwidth)
H A Drx.c541 /* bandwidth */
3596 if (rx->link_sta->pub->bandwidth == new_bw)
3599 rx->link_sta->pub->bandwidth = new_bw;
/linux-master/drivers/soundwire/
H A Dstream.c1374 /* Increment cumulative bus bandwidth */
1376 bus->params.bandwidth += m_rt->stream->params.rate *
1654 bus->params.bandwidth -= m_rt->stream->params.rate *
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c320 status->bandwidth = (u8)get_rx_desc_bw(pdesc);
/linux-master/drivers/edac/
H A Damd64_edac.c40 * bandwidth to a valid bit pattern. The 'set' operation finds the 'matching-
47 u32 bandwidth; /* bandwidth consumed (bytes/sec) */ member in struct:scrubrate
177 * (dram) over to cache lines. This is nasty, so we will use bandwidth in
185 * Scan the scrub rate mapping table for a close or matching bandwidth value to
196 * bandwidth entry that is greater or equal than the setting requested
199 * If no suitable bandwidth is found, turn off DRAM scrubbing entirely
210 if (scrubrates[i].bandwidth <= new_bw)
226 return scrubrates[i].bandwidth;
273 retval = scrubrates[i].bandwidth;
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c500 bw_40 = sta->deflink.bandwidth >= IEEE80211_STA_RX_BW_40;
H A Dhw.c1871 u8 curtxbw_40mhz = (sta->deflink.bandwidth >= IEEE80211_STA_RX_BW_40) ? 1 : 0;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1379 switch (sta->deflink.bandwidth) {
2550 * sta bandwidth might be wider than the phy context allows.
2552 * bandwidth rate, and after authorization, when the phy context
2571 sta->deflink.bandwidth);
2771 sta->deflink.bandwidth == IEEE80211_STA_RX_BW_20)
2789 sta->deflink.bandwidth == IEEE80211_STA_RX_BW_20)
H A Dsta.c162 switch (sta->deflink.bandwidth) {
/linux-master/drivers/media/dvb-frontends/
H A Ddrxk_hard.c3705 u32 bandwidth = 0; local
3854 /* First determine real bandwidth (Hz) */
3866 bandwidth = DRXK_BANDWIDTH_8MHZ_IN_HZ;
3890 bandwidth = DRXK_BANDWIDTH_7MHZ_IN_HZ;
3914 bandwidth = DRXK_BANDWIDTH_6MHZ_IN_HZ;
3950 * assert (MAX(sysClk)/MIN(bandwidth) < 16)
3951 * => assert(MAX(sysClk) < 16*MIN(bandwidth))
3957 1000) / 3), bandwidth);
H A Dtda18271c2dd.c1190 static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
1193 /* *bandwidth = priv->bandwidth; */
H A Dmxl692.c1055 tuner_params.bandwidth = MXL_EAGLE_TUNER_BW_6MHZ;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c284 u8 bandwidth = RTW89_CHANNEL_WIDTH_20; local
295 bandwidth = RTW89_CHANNEL_WIDTH_20;
298 bandwidth = RTW89_CHANNEL_WIDTH_40;
307 bandwidth = nl_to_rtw89_bandwidth(width);
334 rtw89_chan_create(chan, center_chan, channel->hw_value, band, bandwidth);
H A Dphy.c82 switch (sta->deflink.bandwidth) {
126 switch (sta->deflink.bandwidth) {
401 switch (sta->deflink.bandwidth) {
H A Dfw.h3077 enum rtw89_bandwidth bandwidth: 4; member in struct:rtw89_fw_mcc_add_req
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c142 return sta->deflink.bandwidth >= IEEE80211_STA_RX_BW_40;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c711 switch (sta->deflink.bandwidth) {
767 switch (sta->deflink.bandwidth) {
937 state->vht_opmode = sta->deflink.bandwidth;
/linux-master/drivers/media/tuners/
H A Dmt2063.c223 u32 bandwidth; member in struct:mt2063_state
661 * bandwidth. (fIFOut +/- fIFBW, -fIFOut +/- fIFBW)
803 * bandwidth.
846 * Continue while the new 1st IF is still within the 1st IF bandwidth
875 #define MT2063_IF1_BW (22000000UL) /* The IF1 filter bandwidth (in Hz) */
878 #define MT2063_ZIF_BW (2000000UL) /* Zero-IF spur-free bandwidth (in Hz) */
1597 * Check for any LO spurs in the output bandwidth and adjust
2074 dprintk(1, "Tuning to frequency: %d, bandwidth %d, foffset %d\n",
2087 * So, the amount of the needed bandwidth is given by:
2146 dprintk(1, "Tuning to frequency: %d, bandwidth
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1425 if (sta->deflink.bandwidth == IEEE80211_STA_RX_BW_20)
1561 state->vht_opmode = sta->deflink.bandwidth;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c2109 u8 curtxbw_40mhz = (sta->deflink.bandwidth >= IEEE80211_STA_RX_BW_40) ? 1 : 0;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2090 u8 bandwidth; member in struct:rtl_stats
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c2006 u8 curtxbw_40mhz = (sta->deflink.bandwidth >= IEEE80211_STA_RX_BW_40) ? 1 : 0;
/linux-master/include/net/
H A Dmac80211.h218 * bandwidth) OFDMA settings need to be changed
252 * for use with (wider bandwidth) OFDMA
347 * @BSS_CHANGED_BANDWIDTH: The bandwidth used by this interface changed,
609 * configured a higher bandwidth than this BSS uses, for example.
697 * bandwidth
1503 * enum mac80211_rx_encoding_flags - MCS & bandwidth flags
1801 * @IEEE80211_VIF_IGNORE_OFDMA_WIDER_BW: Ignore wider bandwidth OFDMA
2260 * enum ieee80211_sta_rx_bandwidth - station RX bandwidth
2361 * @bandwidth: current bandwidth th
2386 enum ieee80211_sta_rx_bandwidth bandwidth; member in struct:ieee80211_link_sta
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2597 switch (link_sta->bandwidth) {
2623 "intf %pM [link=%d]: bad STA %pM bandwidth %d MHz (%d) > channel config %d MHz (%d)\n",
2624 vif->addr, link_id, sta->addr, bw, sta->deflink.bandwidth,
4211 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4318 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4483 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4607 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4794 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4939 /* For all MCS and bandwidth, set 8 NSS for both Tx and

Completed in 893 milliseconds

12345678910