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:dg_len
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1163
unsigned
dg_len
, dg_len2;
in ncm_unwrap_ntb()
local
1266
dg_len
= dg_len2;
in ncm_unwrap_ntb()
1271
if ((
dg_len
< 14 + crc_len) ||
in ncm_unwrap_ntb()
1272
(
dg_len
> frame_max)) {
in ncm_unwrap_ntb()
1274
"Bad dgram length: %#X\n",
dg_len
);
in ncm_unwrap_ntb()
1281
index +
dg_len
-
in ncm_unwrap_ntb()
1285
dg_len
- crc_len);
in ncm_unwrap_ntb()
1308
dg_len
- crc_len);
in ncm_unwrap_ntb()
1312
dg_len
- crc_len);
in ncm_unwrap_ntb()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1187
unsigned
dg_len
, dg_len2;
in ncm_unwrap_ntb()
local
1290
dg_len
= dg_len2;
in ncm_unwrap_ntb()
1295
if ((
dg_len
< 14 + crc_len) ||
in ncm_unwrap_ntb()
1296
(
dg_len
> frame_max)) {
in ncm_unwrap_ntb()
1298
"Bad dgram length: %#X\n",
dg_len
);
in ncm_unwrap_ntb()
1305
index +
dg_len
-
in ncm_unwrap_ntb()
1309
dg_len
- crc_len);
in ncm_unwrap_ntb()
1332
dg_len
- crc_len);
in ncm_unwrap_ntb()
1336
dg_len
- crc_len);
in ncm_unwrap_ntb()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_mux_codec.c
553
u32 packet_offset, i, rc,
dg_len
;
in mux_dl_process_dg()
local
568
dg_len
= le16_to_cpu(dg->datagram_length);
in mux_dl_process_dg()
573
dg_len
- dl_head_pad_len);
in mux_dl_process_dg()
Completed in 6 milliseconds