Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c51 if ((wlc->stf->rxstreams == 1) && (val != HT_CAP_RX_STBC_NO)) in brcms_c_stf_stbc_rx_ht_update()
75 if (wlc->stf->txchain == wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
76 if (txchain && (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()
80 if (txchain == wlc->stf->hw_txchain) in brcms_c_tempsense_upd()
136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
153 && (wlc->stf->rxstreams == 1)) in brcms_c_stf_stbc_rx_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()
171 ((core_mask & ~wlc->stf->txchain) in brcms_c_stf_txcore_set()
[all …]
H A Dmain.c440 kfree(wlc->stf); in brcms_c_detach_mfree()
542 wlc->stf = kzalloc_obj(*wlc->stf, GFP_ATOMIC); in brcms_c_attach_malloc()
543 if (wlc->stf == NULL) { in brcms_c_attach_malloc()
2302 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant()
3382 if (wlc->stf->ss_algosel_auto) in brcms_c_set_phy_chanspec()
3383 brcms_c_stf_ss_algo_channel_get(wlc, &wlc->stf->ss_algo_channel, in brcms_c_set_phy_chanspec()
3396 wlc->stf->txstreams); in brcms_default_rateset()
3658 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable()
3943 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd()
4019 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc()
[all …]
H A DMakefile33 stf.o \
/linux/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
59 size_t stf_sz = struct_size(stf, scratches, num_possible_cpus()); in sigpool_reserve_scratch()
66 stf = kmalloc(stf_sz, GFP_KERNEL); in sigpool_reserve_scratch()
67 if (!stf) in sigpool_reserve_scratch()
[all...]
/linux/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