Home
last modified time | relevance | path

Searched refs:txstreams (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dstf.c136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
167 if (hweight8(core_mask) > wlc->stf->txstreams) in brcms_c_stf_txcore_set()
170 if ((hweight8(core_mask) == wlc->stf->txstreams) && in brcms_c_stf_txcore_set()
267 u8 txstreams; in brcms_c_stf_txchain_set() local
281 txstreams = (u8) hweight8(txchain); in brcms_c_stf_txchain_set()
282 if (txstreams > MAX_STREAMS_SUPPORTED) in brcms_c_stf_txchain_set()
286 wlc->stf->txstreams = txstreams; in brcms_c_stf_txchain_set()
291 (wlc->stf->txstreams == 1) ? ANT_TX_FORCE_0 : ANT_TX_DEF; in brcms_c_stf_txchain_set()
321 upd_stf_ss = (wlc->stf->txstreams == 1 || in brcms_c_stf_ss_update()
328 upd_stf_ss = (wlc->stf->txstreams == 1) ? in brcms_c_stf_ss_update()
[all …]
Drate.c290 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams) in brcms_c_rateset_mcs_upd() argument
293 for (i = txstreams; i < MAX_STREAMS_SUPPORTED; i++) in brcms_c_rateset_mcs_upd()
304 bool check_brate, u8 txstreams) in brcms_c_rate_hwrs_filter_sort_validate() argument
444 uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) in brcms_c_rateset_default() argument
476 brcms_c_rateset_mcs_upd(&rs_sel, txstreams); in brcms_c_rateset_default()
481 mcsallow ? txstreams : 1); in brcms_c_rateset_default()
501 void brcms_c_rateset_mcs_build(struct brcms_c_rateset *rateset, u8 txstreams) in brcms_c_rateset_mcs_build() argument
504 brcms_c_rateset_mcs_upd(rateset, txstreams); in brcms_c_rateset_mcs_build()
Drate.h221 bool check_brate, u8 txstreams);
236 bool mcsallow, u8 bw, u8 txstreams);
240 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams);
242 void brcms_c_rateset_mcs_build(struct brcms_c_rateset *rateset, u8 txstreams);
Dmain.h200 u8 txstreams; member
217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \
Dmain.c3406 wlc->stf->txstreams); in brcms_default_rateset()
3668 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
4756 brcms_chspec_bw(chanspec), wlc->stf->txstreams); in brcms_c_bss_default_init()
5305 if (wlc->stf->txstreams == WL_11N_3x3) in brcms_c_set_nmode()
5319 wlc->stf->txstreams); in brcms_c_set_nmode()
5345 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5356 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5911 if ((stf != PHY_TXC1_MODE_SISO) && (wlc->stf->txstreams == 1)) { in mac80211_wlc_set_nrate()
7204 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_mod_prb_rsp_rate_table()
7953 if (BRCMS_ISNPHY(wlc->band) && (wlc->stf->txstreams == 1)) in brcms_c_attach()
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c6820 u32 bw_cap[2], u32 nchain, u32 txstreams, in brcmf_update_vht_cap() argument
6851 if ((txbf_bfe_cap || txbf_bfr_cap) && (txstreams > 1)) { in brcmf_update_vht_cap()
6854 band->vht_cap.cap |= ((txstreams - 1) << in brcmf_update_vht_cap()
6874 u32 txstreams = 0; in brcmf_setup_wiphybands() local
6911 (void)brcmf_fil_iovar_int_get(ifp, "txstreams", &txstreams); in brcmf_setup_wiphybands()
6926 brcmf_update_vht_cap(band, bw_cap, nchain, txstreams, in brcmf_setup_wiphybands()