| /freebsd/sys/dev/bwi/ |
| H A D | bwiphy.c | 960 bwi_set_gains(struct bwi_mac *mac, const struct bwi_gains *gains) in bwi_set_gains() argument 975 if (gains != NULL) { in bwi_set_gains() 976 tbl_gain = gains->tbl_gain1; in bwi_set_gains() 986 if (gains != NULL) in bwi_set_gains() 987 tbl_gain = gains->tbl_gain2; in bwi_set_gains() 993 if (gains == NULL || (gains != NULL && gains->phy_gain != -1)) { in bwi_set_gains() 996 if (gains != NULL) { in bwi_set_gains() 998 ((uint16_t)gains->phy_gain << 14) | in bwi_set_gains() 999 ((uint16_t)gains->phy_gain << 6); in bwi_set_gains()
|
| H A D | bwirf.c | 1816 struct bwi_gains gains; in bwi_rf_set_nrssi_ofs_11g() local 1838 bzero(&gains, sizeof(gains)); in bwi_rf_set_nrssi_ofs_11g() 1839 gains.tbl_gain1 = 3; in bwi_rf_set_nrssi_ofs_11g() 1840 gains.tbl_gain2 = 0; in bwi_rf_set_nrssi_ofs_11g() 1841 gains.phy_gain = 1; in bwi_rf_set_nrssi_ofs_11g() 1842 bwi_set_gains(mac, &gains); in bwi_rf_set_nrssi_ofs_11g() 1925 struct bwi_gains gains; in bwi_rf_calc_nrssi_slope_11g() local 1975 bzero(&gains, sizeof(gains)); in bwi_rf_calc_nrssi_slope_11g() 1976 gains.tbl_gain1 = 0; in bwi_rf_calc_nrssi_slope_11g() 1977 gains.tbl_gain2 = 8; in bwi_rf_calc_nrssi_slope_11g() [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 996 wlc_lcnphy_get_tx_gain(struct brcms_phy *pi, struct lcnphy_txgains *gains) in wlc_lcnphy_get_tx_gain() argument 1001 gains->dac_gain = (dac_gain & 0x380) >> 7; in wlc_lcnphy_get_tx_gain() 1006 gains->gm_gain = rfgain0 & 0xff; in wlc_lcnphy_get_tx_gain() 1007 gains->pga_gain = (rfgain0 >> 8) & 0xff; in wlc_lcnphy_get_tx_gain() 1008 gains->pad_gain = rfgain1 & 0xff; in wlc_lcnphy_get_tx_gain() 3136 struct lcnphy_txgains gains; in wlc_lcnphy_set_tx_pwr_by_index() local 3157 gains.gm_gain = (u16) (txgain & 0xff); in wlc_lcnphy_set_tx_pwr_by_index() 3158 gains.pga_gain = (u16) (txgain >> 8) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index() 3159 gains.pad_gain = (u16) (txgain >> 16) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index() 3160 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index() [all …]
|
| H A D | phy_n.c | 187 struct nphy_txgains gains; member 24699 (txgains->gains.pad[core] << 3) | in wlc_phy_a2_nphy() 24704 (txgains->gains.pga[core] << 8) | in wlc_phy_a2_nphy() 25014 phy_a4.gains.pad[core] = in wlc_phy_a3_nphy() 25017 phy_a4.gains.pga[core] = in wlc_phy_a3_nphy() 25205 phy_b1[phy_b5].gains.pad[phy_b5] = in wlc_phy_a4() 25216 phy_b1[phy_b5].gains.pga[phy_b5] = in wlc_phy_a4() 25262 phy_b8 = phy_b1[phy_b5].gains.pad[phy_b5]; in wlc_phy_a4() 25282 phy_b7 = phy_b1[phy_b5].gains.pga[phy_b5]; in wlc_phy_a4()
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 119 dnl # struct queue_limits gains a 'features' field,
|
| /freebsd/sys/contrib/zstd/ |
| H A D | README.md | 100 These compression gains are achieved while simultaneously providing _faster_ compression and decomp… 104 Dictionary gains are mostly effective in the first few KB. Then, the compression algorithm will gra…
|
| H A D | CHANGELOG | 314 perf: Small level 1 compression speed gains (depending on compiler)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 300 // since a process automatically gains access to all processor groups.
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 256 `llvm_blake3_hasher_init` or similar again. However, if this implementation gains
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSpacemitX60.td | 45 // increasing it reduces the gains we saw in performance
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | README.md | 114 These compression gains are achieved while simultaneously providing faster compression and decompre… 117 Dictionary gains are mostly effective in the first few KB. Then, the compression algorithm
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 27 // standard modes would be valid and may give efficiency gains. 165 // standard modes would be valid and may give efficiency gains.
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_core.c | 3289 uint16_t gains[5][4] = { in bwn_nphy_workarounds_rev3plus() local 3374 gain = gains[min(pdet_range, 4)]; in bwn_nphy_workarounds_rev3plus()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 1073 "initially gains control of the process. For a process launch, this "
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 572 The monitor gains a new "setcompat" RPC to allow sshd-auth to 6099 longer clean up stale agent sockets, so ssh-agent now gains this 6106 ssh-agent gains some new flags: -U suppresses the automatic cleanup
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3828 This prevents bypass of security hardening and performance gains, 4578 This prevents bypass of security hardening and performance gains, 5348 This prevents bypass of security hardening and performance gains, 7150 This prevents bypass of security hardening and performance gains,
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 7373 …abstract = "In spite of impressive gains by PL/I, Fortran and Cobol remain the languages in wh… 8978 …age devices are busy. Some numerical results are given which quantify the gains in CPU utilization…
|
| H A D | bib | 27503 And when her masters saw that the hope of their gains was gone, they caught Paul and Silas, and dre…
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3011 performance gains on most machines. Moreover, if shared
|
| /freebsd/share/dict/ |
| H A D | web2 | 74755 gains
|