Home
last modified time | relevance | path

Searched refs:band (Results 326 – 350 of 689) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c311 u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band, in mwifiex_get_center_freq_index() argument
316 if (band & BAND_AAC) { in mwifiex_get_center_freq_index()
H A Dtdls.c180 mwifiex_fill_vht_cap_tlv(priv, &vht_cap, priv->curr_bss_params.band); in mwifiex_tdls_add_vht_capab()
500 radio = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_prep_tdls_encap_data()
540 radio = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_prep_tdls_encap_data()
783 radio = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_construct_tdls_action_frame()
1544 u8 primary_chan, u8 second_chan_offset, u8 band) in mwifiex_start_tdls_cs() argument
1551 start_tdls_cs_params.band = band; in mwifiex_start_tdls_cs()
/openbmc/docs/designs/
H A Dbmc-service-failure-debug-and-recovery.md27 needs of both the host system by providing in-band platform services such as
29 out-of-band system management interfaces such as error reporting, platform
97 1. Out-of-band interfaces: Remote, operator-driven platform management
98 2. In-band interfaces: Local, host-firmware-driven platform management
100 Failures of platform data transports generally leave out-of-band interfaces
103 the host can detect the BMC is unresponsive on the in-band interface(s), an
175 Given the out-of-band path is often limited to just the network, it's not
178 therefore limited to recovery of unresponsive in-band interfaces.
195 Mechanism 1 is typically initiated by the usual in-band interfaces, either IPMI
222 in-band protocols between the host and the BMC and so is considered resolved for
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c314 rx_status.band = dev->conf.chandef.chan->band; in rtl8180_handle_rx()
1810 priv->band.band = NL80211_BAND_2GHZ; in rtl8180_probe()
1811 priv->band.channels = priv->channels; in rtl8180_probe()
1812 priv->band.n_channels = ARRAY_SIZE(rtl818x_channels); in rtl8180_probe()
1813 priv->band.bitrates = priv->rates; in rtl8180_probe()
1814 priv->band.n_bitrates = 4; in rtl8180_probe()
1815 dev->wiphy->bands[NL80211_BAND_2GHZ] = &priv->band; in rtl8180_probe()
1879 priv->band.n_bitrates = ARRAY_SIZE(rtl818x_rates); in rtl8180_probe()
/openbmc/linux/net/mac80211/
H A Dtdls.c195 if (sband && sband->band == NL80211_BAND_2GHZ) { in ieee80211_get_tdls_sta_capab()
385 ieee80211_add_srates_ie(sdata, skb, false, sband->band); in ieee80211_tdls_add_setup_start_ies()
386 ieee80211_add_ext_srates_ie(sdata, skb, false, sband->band); in ieee80211_tdls_add_setup_start_ies()
567 if (sband->band == NL80211_BAND_6GHZ) { in ieee80211_tdls_add_setup_start_ies()
694 if (sband->band != NL80211_BAND_2GHZ && in ieee80211_tdls_add_setup_cfm_ies()
1362 sband = local->hw.wiphy->bands[conf->def.chan->band]; in iee80211_tdls_recalc_chanctx()
1892 enum nl80211_band band; in ieee80211_process_tdls_channel_switch_req() local
1924 band = NL80211_BAND_5GHZ; in ieee80211_process_tdls_channel_switch_req()
1926 band = target_channel < 14 ? NL80211_BAND_2GHZ : in ieee80211_process_tdls_channel_switch_req()
1929 freq = ieee80211_channel_to_frequency(target_channel, band); in ieee80211_process_tdls_channel_switch_req()
H A Drc80211_minstrel_ht.h183 u8 band; member
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c119 if ((common->band == NL80211_BAND_2GHZ) && !common->p2p_enabled) in rsi_prepare_mgmt_desc()
221 if (common->rate_config[common->band].fixed_enabled) { in rsi_prepare_data_desc()
223 u16 fixed_rate = common->rate_config[common->band].fixed_hw_rate; in rsi_prepare_data_desc()
242 if (common->band == NL80211_BAND_5GHZ) in rsi_prepare_data_desc()
278 if (common->band == NL80211_BAND_5GHZ) in rsi_prepare_data_desc()
475 if (common->band == NL80211_BAND_2GHZ) in rsi_prepare_beacon()
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.h35 u8 band; member
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dqcom-sata.txt20 "rxoob" - RX out-of-band clock
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.h20 const u8 *ie, size_t ie_len, u8 band);
H A Dtx.c442 struct ieee80211_supported_band *band; in wl1271_tx_enabled_rates_get() local
446 band = wl->hw->wiphy->bands[rate_band]; in wl1271_tx_enabled_rates_get()
447 for (bit = 0; bit < band->n_bitrates; bit++) { in wl1271_tx_enabled_rates_get()
449 enabled_rates |= band->bitrates[bit].hw_value; in wl1271_tx_enabled_rates_get()
454 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates; in wl1271_tx_enabled_rates_get()
931 wlvif->band); in wl1271_tx_complete_packet()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c943 u32 status, enum nl80211_band band) in rt2800_rate_from_status() argument
956 if (band == NL80211_BAND_2GHZ) in rt2800_rate_from_status()
4654 enum nl80211_band band) in rt2800_get_txpower_bw_comp() argument
4670 if (band == NL80211_BAND_2GHZ) { in rt2800_get_txpower_bw_comp()
4750 if (band == NL80211_BAND_2GHZ) in rt2800_compensate_txpower()
4797 enum nl80211_band band = chan->band; in rt2800_config_txpower_rt3593() local
4808 if (band == NL80211_BAND_5GHZ) in rt2800_config_txpower_rt3593()
5183 enum nl80211_band band = chan->band; in rt2800_config_txpower_rt6352() local
5316 enum nl80211_band band = chan->band; in rt2800_config_txpower_rt28xx() local
12157 idx -= rt2x00dev->bands[band].n_channels; in rt2800_get_survey()
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-hsdk-pll.c51 u32 band; member
144 val |= cfg->band << CGU_PLL_CTRL_BAND_SHIFT; in hsdk_pll_set_cfg()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Draw-nand-chip.yaml64 it as the device ages. Otherwise, the out-of-band area of a
77 only the in-band area is used by the upper layers, and you
/openbmc/linux/Documentation/PCI/
H A Dboot-interrupts.rst17 in-band interrupt mechanism was traditionally necessary for systems that
20 protocol describes this in-band legacy wire-interrupt INTx mechanism for
29 When in-band legacy INTx messages are forwarded to the PCH, they in turn
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c309 rx_status->band = hw->conf.chandef.chan->band; in rtl92cu_rx_query_desc()
378 rx_status->band = hw->conf.chandef.chan->band; in _rtl_rx_process()
/openbmc/linux/arch/arm64/boot/dts/microchip/
H A Dsparx5_pcb135_board.dtsi717 managed = "in-band-status";
725 managed = "in-band-status";
733 managed = "in-band-status";
741 managed = "in-band-status";
/openbmc/linux/sound/soc/tegra/
H A Dtegra210_mbdrc.h181 u32 band; member
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1855 wl->band.bitrates = wl->bitrates; in wilc_create_wiphy()
1856 wl->band.n_bitrates = ARRAY_SIZE(wl->bitrates); in wilc_create_wiphy()
1857 wl->band.channels = wl->channels; in wilc_create_wiphy()
1858 wl->band.n_channels = ARRAY_SIZE(wilc_2ghz_channels); in wilc_create_wiphy()
1860 wl->band.ht_cap.ht_supported = 1; in wilc_create_wiphy()
1861 wl->band.ht_cap.cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in wilc_create_wiphy()
1862 wl->band.ht_cap.mcs.rx_mask[0] = 0xff; in wilc_create_wiphy()
1863 wl->band.ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K; in wilc_create_wiphy()
1864 wl->band.ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE; in wilc_create_wiphy()
1866 wiphy->bands[NL80211_BAND_2GHZ] = &wl->band; in wilc_create_wiphy()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2911 RTW89_SET_FWCMD_CXRFK_BAND(cmd, rfk_info->band); in rtw89_fw_h2c_cxdrv_rfk()
3197 mccch->band_0 = cpu_to_le32(rfk_mcc->band[0]); in rtw89_fw_h2c_rf_ntfy_mcc()
3198 mccch->band_1 = cpu_to_le32(rfk_mcc->band[1]); in rtw89_fw_h2c_rf_ntfy_mcc()
3533 enum nl80211_band band, u8 ssid_idx) in rtw89_is_6ghz_wildcard_probe_req() argument
3537 if (band != NL80211_BAND_6GHZ) in rtw89_is_6ghz_wildcard_probe_req()
3559 u8 band; in rtw89_append_probe_req_ie() local
3561 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) { in rtw89_append_probe_req_ie()
3562 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()
3570 skb_put_data(new, ies->ies[band], ies->len[band]); in rtw89_append_probe_req_ie()
3708 u8 band, probe_count = 0; in rtw89_hw_scan_add_chan() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c457 if (band == NL80211_BAND_5GHZ) in il4965_hwrate_to_mac80211_idx()
675 rx_status.band = in il4965_hdl_rx()
681 rx_status.band); in il4965_hdl_rx()
768 sband = il_get_hw_mode(il, band); in il4965_get_channels_for_scan()
781 if (chan->band != band) in il4965_get_channels_for_scan()
813 if (band == NL80211_BAND_5GHZ) in il4965_get_channels_for_scan()
861 enum nl80211_band band; in il4965_request_scan() local
975 band = il->scan_band; in il4965_request_scan()
977 if (il->cfg->scan_rx_antennas[band]) in il4965_request_scan()
3034 if (il->band == NL80211_BAND_5GHZ) in il4965_sta_alloc_lq()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh305 local band=$((8 - tc))
308 echo "10$band:"
370 local band=$((8 - tc))
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h420 s8 mt7915_eeprom_get_power_delta(struct mt7915_dev *dev, int band);
472 int mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, bool enable,
476 int mt7915_mcu_set_ser(struct mt7915_dev *dev, u8 action, u8 set, u8 band);
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A DKconfig15 which support concurrent dual-band operation at both 5GHz
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h1405 u8 band; /* 1: 2.4GHz member
1680 u8 band; /* 2.4GHz - 5GHz - 6GHz */ member
1846 int mt76_connac_mcu_set_rts_thresh(struct mt76_dev *dev, u32 val, u8 band);
1847 int mt76_connac_mcu_set_mac_enable(struct mt76_dev *dev, int band, bool enable,
1893 enum nl80211_band band, struct ieee80211_sta *sta);
1895 enum nl80211_band band);
1915 int mt76_connac_mcu_set_pm(struct mt76_dev *dev, int band, int enter);

1...<<11121314151617181920>>...28