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:HSR_SEQNR_START
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/
H
A
D
hsr_main.h
30
#define
HSR_SEQNR_START
(USHRT_MAX - 1024)
macro
31
#define HSR_SUP_SEQNR_START (
HSR_SEQNR_START
/ 2)
H
A
D
hsr_framereg.c
251
seq_out =
HSR_SEQNR_START
;
in hsr_get_node()
306
HSR_SEQNR_START
- 1, true,
in hsr_handle_sup_frame()
H
A
D
hsr_device.c
515
hsr->sequence_nr =
HSR_SEQNR_START
;
in hsr_dev_finalize()
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_main.h
31
#define
HSR_SEQNR_START
(USHRT_MAX - 1024)
macro
32
#define HSR_SUP_SEQNR_START (
HSR_SEQNR_START
/ 2)
H
A
D
hsr_framereg.c
246
seq_out =
HSR_SEQNR_START
;
in hsr_get_node()
314
HSR_SEQNR_START
- 1, true,
in hsr_handle_sup_frame()
H
A
D
hsr_device.c
516
hsr->sequence_nr =
HSR_SEQNR_START
;
in hsr_dev_finalize()
Completed in 6 milliseconds