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:dsa_lag_by_id
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/dsa/
H
A
D
tag_dsa.c
267
lag =
dsa_lag_by_id
(cpu_dp->dst, source_port + 1);
in dsa_rcv_ll()
H
A
D
dsa.c
58
* dsa_lag_id/
dsa_lag_by_id
can then be used to translate between the
69
if (!
dsa_lag_by_id
(dst, id)) {
in dsa_lag_map()
97
if (
dsa_lag_by_id
(dst, id) == lag) {
in dsa_lag_unmap()
/kernel/linux/linux-6.6/include/net/
H
A
D
dsa.h
180
static inline struct dsa_lag *
dsa_lag_by_id
(struct dsa_switch_tree *dst,
in dsa_lag_by_id()
function
193
struct dsa_lag *lag =
dsa_lag_by_id
(dst, id);
in dsa_lag_id()
/kernel/linux/linux-6.6/drivers/net/dsa/qca/
H
A
D
qca8k-common.c
1104
if (i != lag.id &&
dsa_lag_by_id
(ds->dst, i)) {
in qca8k_lag_setup_hash()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H
A
D
chip.c
6649
lag =
dsa_lag_by_id
(ds->dst, id);
in mv88e6xxx_lag_sync_masks()
Completed in 15 milliseconds