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:crc_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1171
unsigned
crc_len
= ncm->is_crc ? sizeof(uint32_t) : 0;
in ncm_unwrap_ntb()
local
1271
if ((dg_len < 14 +
crc_len
) ||
in ncm_unwrap_ntb()
1282
crc_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/net/dsa/sja1105/
H
A
D
sja1105_spi.c
312
int
crc_len
;
in static_config_buf_prepare_for_upload()
local
326
crc_len
= buf_len - 4;
in static_config_buf_prepare_for_upload()
331
final_header.crc = sja1105_crc32(config_buf,
crc_len
);
in static_config_buf_prepare_for_upload()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_spi.c
286
int
crc_len
;
in static_config_buf_prepare_for_upload()
local
301
crc_len
= buf_len - 4;
in static_config_buf_prepare_for_upload()
306
final_header.crc = sja1105_crc32(config_buf,
crc_len
);
in static_config_buf_prepare_for_upload()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1195
unsigned
crc_len
= ncm->is_crc ? sizeof(uint32_t) : 0;
in ncm_unwrap_ntb()
local
1295
if ((dg_len < 14 +
crc_len
) ||
in ncm_unwrap_ntb()
1306
crc_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-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
453
u64
crc_len
:16;
member
455
u64
crc_len
:16;
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
453
u64
crc_len
:16;
member
455
u64
crc_len
:16;
Completed in 9 milliseconds