Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fthr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
ray_cs.c
1233
int
fthr
= wrqu->frag.value;
in ray_set_frag()
local
1241
fthr
= 32767;
in ray_set_frag()
1243
if ((
fthr
< 256) || (
fthr
> 2347)) /* To check out ! */
in ray_set_frag()
1246
local->sparm.b5.a_frag_threshold[0] = (
fthr
>> 8) & 0xFF;
in ray_set_frag()
1247
local->sparm.b5.a_frag_threshold[1] =
fthr
& 0xFF;
in ray_set_frag()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_wlan_net.c
697
int
fthr
= vwrq->frag.value;
in ks_wlan_set_frag()
local
704
fthr
= 2346;
in ks_wlan_set_frag()
705
if ((
fthr
< 256) || (
fthr
> 2346))
in ks_wlan_set_frag()
708
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in ks_wlan_set_frag()
709
priv->reg.fragment =
fthr
;
in ks_wlan_set_frag()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_wlan_net.c
696
int
fthr
= vwrq->frag.value;
in ks_wlan_set_frag()
local
703
fthr
= 2346;
in ks_wlan_set_frag()
704
if ((
fthr
< 256) || (
fthr
> 2346))
in ks_wlan_set_frag()
707
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in ks_wlan_set_frag()
708
priv->reg.fragment =
fthr
;
in ks_wlan_set_frag()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H
A
D
ray_cs.c
1234
int
fthr
= wrqu->frag.value;
in ray_set_frag()
local
1242
fthr
= 32767;
in ray_set_frag()
1244
if ((
fthr
< 256) || (
fthr
> 2347)) /* To check out ! */
in ray_set_frag()
1247
local->sparm.b5.a_frag_threshold[0] = (
fthr
>> 8) & 0xFF;
in ray_set_frag()
1248
local->sparm.b5.a_frag_threshold[1] =
fthr
& 0xFF;
in ray_set_frag()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
atmel.c
2215
int
fthr
= vwrq->value;
in atmel_set_frag()
local
2218
fthr
= 2346;
in atmel_set_frag()
2219
if ((
fthr
< 256) || (
fthr
> 2346)) {
in atmel_set_frag()
2222
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in atmel_set_frag()
2223
priv->frag_threshold =
fthr
;
in atmel_set_frag()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
atmel.c
2230
int
fthr
= vwrq->value;
in atmel_set_frag()
local
2233
fthr
= 2346;
in atmel_set_frag()
2234
if ((
fthr
< 256) || (
fthr
> 2346)) {
in atmel_set_frag()
2237
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in atmel_set_frag()
2238
priv->frag_threshold =
fthr
;
in atmel_set_frag()
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H
A
D
airo.c
6220
int
fthr
= vwrq->value;
in airo_set_frag()
local
6223
fthr
= AIRO_DEF_MTU;
in airo_set_frag()
6224
if ((
fthr
< 256) || (
fthr
> AIRO_DEF_MTU)) {
in airo_set_frag()
6227
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in airo_set_frag()
6229
local->config.fragThresh = cpu_to_le16(
fthr
);
in airo_set_frag()
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H
A
D
airo.c
6229
int
fthr
= vwrq->value;
in airo_set_frag()
local
6232
fthr
= AIRO_DEF_MTU;
in airo_set_frag()
6233
if ((
fthr
< 256) || (
fthr
> AIRO_DEF_MTU)) {
in airo_set_frag()
6236
fthr
&= ~0x1; /* Get an even value - is it really needed ??? */
in airo_set_frag()
6238
local->config.fragThresh = cpu_to_le16(
fthr
);
in airo_set_frag()
Completed in 48 milliseconds