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:rx_size_acc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
usb-rx.c
148
i2400mu->
rx_size_acc
/ i2400mu->rx_size_cnt;
in i2400mu_rx_size_maybe_shrink()
164
i2400mu->
rx_size_acc
= i2400mu->rx_size;
in i2400mu_rx_size_maybe_shrink()
273
i2400mu->
rx_size_acc
= i2400mu->rx_size;
in i2400mu_rx()
381
i2400mu->
rx_size_acc
+= rx_skb->len;
in i2400mu_rxd()
H
A
D
debugfs.c
56
i2400m->
rx_size_acc
,
in i2400m_rx_stats_read()
76
i2400m->
rx_size_acc
= 0;
in i2400m_rx_stats_write()
H
A
D
i2400m-usb.h
200
* @
rx_size_acc
: accumulator of the sizes of the previous read
204
* @
rx_size_acc
.
237
size_t rx_size,
rx_size_acc
, rx_size_cnt;
member
H
A
D
i2400m.h
429
* @
rx_size_acc
: number of bytes in all RX messages received
612
rx_num,
rx_size_acc
, rx_size_min, rx_size_max;
member
H
A
D
rx.c
1294
i2400m->
rx_size_acc
+= skb_len;
in i2400m_rx()
Completed in 6 milliseconds