Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c75 if (wlc->stf->txchain == wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
79 } else if (wlc->stf->txchain < wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
248 wlc->stf->phytxant = in _brcms_c_stf_phy_txant_upd()
290 wlc->stf->txant = in brcms_c_stf_txchain_set()
379 if (wlc->stf->hw_txchain == 0 || wlc->stf->hw_txchain == 0xf) { in brcms_c_stf_phy_chain_calc()
386 wlc->stf->txchain = wlc->stf->hw_txchain; in brcms_c_stf_phy_chain_calc()
387 wlc->stf->txstreams = (u8) hweight8(wlc->stf->hw_txchain); in brcms_c_stf_phy_chain_calc()
389 if (wlc->stf->hw_rxchain == 0 || wlc->stf->hw_rxchain == 0xf) { in brcms_c_stf_phy_chain_calc()
396 wlc->stf->rxchain = wlc->stf->hw_rxchain; in brcms_c_stf_phy_chain_calc()
397 wlc->stf->rxstreams = (u8) hweight8(wlc->stf->hw_rxchain); in brcms_c_stf_phy_chain_calc()
[all …]
H A Dmain.c440 kfree(wlc->stf); in brcms_c_detach_mfree()
543 wlc->stf = kzalloc(sizeof(*wlc->stf), GFP_ATOMIC); in brcms_c_attach_malloc()
544 if (wlc->stf == NULL) { in brcms_c_attach_malloc()
3397 wlc->stf->txstreams); in brcms_default_rateset()
4020 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc()
4310 wlc->stf->txant = ANT_TX_DEF; in brcms_c_info_init()
5336 wlc->stf->txstreams)) in brcms_c_set_internal_rateset()
5868 stf = PHY_TXC1_MODE_SDM; in mac80211_wlc_set_nrate()
5884 if ((stf != PHY_TXC1_MODE_CDD) && (stf != PHY_TXC1_MODE_SISO)) { in mac80211_wlc_set_nrate()
5902 if ((stf != PHY_TXC1_MODE_SISO) && (wlc->stf->txstreams == 1)) { in mac80211_wlc_set_nrate()
[all …]
H A DMakefile33 stf.o \
H A Dmain.h217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \
220 isset(&((wlc)->stf->ss_algo_channel), PHY_TXC1_MODE_STBC))))
555 struct brcms_stf *stf; member
/linux-6.15/drivers/staging/media/starfive/camss/
H A DMakefile7 stf-camss.o \
8 stf-capture.o \
9 stf-isp.o \
10 stf-isp-hw-ops.o \
11 stf-video.o
/linux-6.15/net/ipv4/
H A Dtcp_sigpool.c44 struct scratches_to_free *stf; in free_old_scratches() local
46 stf = container_of(head, struct scratches_to_free, rcu); in free_old_scratches()
47 while (stf->cnt--) in free_old_scratches()
48 kfree(stf->scratches[stf->cnt]); in free_old_scratches()
49 kfree(stf); in free_old_scratches()
58 struct scratches_to_free *stf; in sigpool_reserve_scratch() local
66 stf = kmalloc(stf_sz, GFP_KERNEL); in sigpool_reserve_scratch()
67 if (!stf) in sigpool_reserve_scratch()
69 stf->cnt = 0; in sigpool_reserve_scratch()
88 stf->scratches[stf->cnt++] = old_scratch; in sigpool_reserve_scratch()
[all …]