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:link_dp
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/dsa/
H
A
D
dsa2.c
146
struct dsa_port *
link_dp
)
in dsa_link_touch()
155
if (dl->dp == dp && dl->
link_dp
==
link_dp
)
in dsa_link_touch()
163
dl->
link_dp
=
link_dp
;
in dsa_link_touch()
177
struct dsa_port *
link_dp
;
in dsa_port_setup_routing_table()
local
182
link_dp
= dsa_tree_find_port_by_node(dst, it.node);
in dsa_port_setup_routing_table()
183
if (!
link_dp
) {
in dsa_port_setup_routing_table()
188
dl = dsa_link_touch(dp,
link_dp
);
in dsa_port_setup_routing_table()
145
dsa_link_touch(struct dsa_port *dp, struct dsa_port *
link_dp
)
dsa_link_touch()
argument
/kernel/linux/linux-6.6/net/dsa/
H
A
D
dsa.c
289
struct dsa_port *
link_dp
)
in dsa_link_touch()
298
if (dl->dp == dp && dl->
link_dp
==
link_dp
)
in dsa_link_touch()
306
dl->
link_dp
=
link_dp
;
in dsa_link_touch()
320
struct dsa_port *
link_dp
;
in dsa_port_setup_routing_table()
local
325
link_dp
= dsa_tree_find_port_by_node(dst, it.node);
in dsa_port_setup_routing_table()
326
if (!
link_dp
) {
in dsa_port_setup_routing_table()
331
dl = dsa_link_touch(dp,
link_dp
);
in dsa_port_setup_routing_table()
288
dsa_link_touch(struct dsa_port *dp, struct dsa_port *
link_dp
)
dsa_link_touch()
argument
/kernel/linux/linux-5.10/include/net/
H
A
D
dsa.h
243
/* TODO: ideally DSA ports would have a single dp->
link_dp
member,
250
struct dsa_port *
link_dp
;
member
390
if (dl->dp->ds == ds && dl->
link_dp
->ds->index == device)
in dsa_routing_port()
/kernel/linux/linux-6.6/include/net/
H
A
D
dsa.h
330
/* TODO: ideally DSA ports would have a single dp->
link_dp
member,
337
struct dsa_port *
link_dp
;
member
618
if (dl->dp->ds == ds && dl->
link_dp
->ds->index == device)
in dsa_routing_port()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
597
if (dl->dp->ds != ds || dl->
link_dp
->cpu_dp == dl->dp->cpu_dp)
in sja1105_init_l2_forwarding()
Completed in 12 milliseconds