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:addr_B_port
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/
H
A
D
hsr_framereg.c
327
node_real->
addr_B_port
= port_rcv->type;
in hsr_handle_sup_frame()
387
if (port->type != node_dst->
addr_B_port
)
in hsr_addr_subst_dest()
586
if (node->
addr_B_port
!= HSR_PT_NONE) {
in hsr_get_node_data()
587
port = hsr_port_get_hsr(hsr, node->
addr_B_port
);
in hsr_get_node_data()
H
A
D
hsr_framereg.h
77
enum hsr_port_type
addr_B_port
;
member
H
A
D
hsr_debugfs.c
50
seq_printf(sfp, "%14x, ", node->
addr_B_port
);
in hsr_node_table_show()
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_framereg.c
366
node_real->
addr_B_port
= port_rcv->type;
in hsr_handle_sup_frame()
426
if (port->type != node_dst->
addr_B_port
)
in hsr_addr_subst_dest()
629
if (node->
addr_B_port
!= HSR_PT_NONE) {
in hsr_get_node_data()
630
port = hsr_port_get_hsr(hsr, node->
addr_B_port
);
in hsr_get_node_data()
H
A
D
hsr_framereg.h
77
enum hsr_port_type
addr_B_port
;
member
H
A
D
hsr_debugfs.c
42
seq_printf(sfp, "%14x, ", node->
addr_B_port
);
in hsr_node_table_show()
Completed in 4 milliseconds