Searched refs:stf (Results 1 – 18 of 18) sorted by relevance
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | stf.c | 51 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 D | main.c | 440 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() 2303 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant() 3383 if (wlc->stf->ss_algosel_auto) in brcms_c_set_phy_chanspec() 3384 brcms_c_stf_ss_algo_channel_get(wlc, &wlc->stf->ss_algo_channel, in brcms_c_set_phy_chanspec() 3397 wlc->stf->txstreams); in brcms_default_rateset() 3659 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable() 3944 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd() 4020 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc() [all …]
|
| H A D | Makefile | 33 stf.o \
|
| H A D | main.h | 217 (((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
|
| /src/tests/sys/net/ |
| H A D | if_stf.sh | 60 stf=$(jexec client ifconfig stf create) 61 jexec client ifconfig $stf inet6 2002:c000:0202::1/32 up 118 stf=$(jexec client ifconfig stf create) 120 jexec client ifconfig $stf stfv4br 192.0.2.1 121 jexec client ifconfig $stf stfv4net 192.0.2.2/32 122 jexec client ifconfig $stf inet6 2001:db8:c000:0202::1/32 up 123 jexec client route -6 add default -interface $stf 154 stf_one=$(jexec one ifconfig stf create) 163 stf_two=$(jexec two ifconfig stf create)
|
| /src/tests/sys/cddl/zfs/include/ |
| H A D | Makefile | 16 ${PACKAGE}FILES+= stf.shlib
|
| H A D | logapi.kshlib | 32 . ${STF_SUITE}/include/stf.shlib
|
| /src/libexec/rc/rc.d/ |
| H A D | Makefile | 66 stf \
|
| /src/share/man/man4/ |
| H A D | Makefile | 581 stf.4 \ 806 MLINKS+=stf.4 if_stf.4
|
| /src/contrib/sendmail/src/ |
| H A D | queue.c | 4023 struct stat st, stf; local 4097 if (stat(qf, &stf) < 0 || 4108 if (st.st_nlink != stf.st_nlink || 4109 st.st_dev != stf.st_dev || 4110 ST_INODE(st) != ST_INODE(stf) || 4112 st.st_gen != stf.st_gen || 4114 st.st_uid != stf.st_uid || 4115 st.st_gid != stf.st_gid || 4116 st.st_size != stf.st_size)
|
| /src/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 426 # $1 - stf exit code
|
| /src/sys/net/ |
| H A D | if_stf.c | 164 static SYSCTL_NODE(_net_link, IFT_STF, stf, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /src/libexec/rc/ |
| H A D | network.subr | 376 stf[0-9]*|\ 587 stf[0-9]*|\
|
| /src/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 177 * "stf" interface implements it. Be sure to read 229 * "stf" interface implements some address filters. Refer to stf(4) 231 we do not include "stf" interface into GENERIC.v6 compilation.
|
| /src/sys/contrib/openzfs/ |
| H A D | AUTHORS | 652 stf <s@ctrlc.hu>
|
| /src/sys/conf/ |
| H A D | NOTES | 954 # The `stf' device implements 6to4 encapsulation. 955 device stf
|
| H A D | files | 4232 net/if_stf.c optional stf inet inet6
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 12809 *Stefan <stf@udoma.org*
|