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:l2_fwd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
55
sja1105_port_allow_traffic(struct sja1105_l2_forwarding_entry *
l2_fwd
,
in sja1105_port_allow_traffic()
argument
59
l2_fwd
[from].reach_port |= BIT(to);
in sja1105_port_allow_traffic()
61
l2_fwd
[from].reach_port &= ~BIT(to);
in sja1105_port_allow_traffic()
64
static bool sja1105_can_forward(struct sja1105_l2_forwarding_entry *
l2_fwd
,
in sja1105_can_forward()
argument
67
return !!(
l2_fwd
[from].reach_port & BIT(to));
in sja1105_can_forward()
1982
struct sja1105_l2_forwarding_entry *
l2_fwd
;
in sja1105_manage_flood_domains()
local
1986
l2_fwd
= priv->static_config.tables[BLK_IDX_L2_FORWARDING].entries;
in sja1105_manage_flood_domains()
1992
if (!sja1105_can_forward(
l2_fwd
, from, to))
in sja1105_manage_flood_domains()
2002
if (
l2_fwd
[from].fl_domain == fl_domain &&
in sja1105_manage_flood_domains()
2003
l2_fwd
[fro
in sja1105_manage_flood_domains()
2021
struct sja1105_l2_forwarding_entry *
l2_fwd
;
sja1105_bridge_member()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
44
sja1105_port_allow_traffic(struct sja1105_l2_forwarding_entry *
l2_fwd
,
in sja1105_port_allow_traffic()
argument
48
l2_fwd
[from].bc_domain |= BIT(to);
in sja1105_port_allow_traffic()
49
l2_fwd
[from].reach_port |= BIT(to);
in sja1105_port_allow_traffic()
50
l2_fwd
[from].fl_domain |= BIT(to);
in sja1105_port_allow_traffic()
52
l2_fwd
[from].bc_domain &= ~BIT(to);
in sja1105_port_allow_traffic()
53
l2_fwd
[from].reach_port &= ~BIT(to);
in sja1105_port_allow_traffic()
54
l2_fwd
[from].fl_domain &= ~BIT(to);
in sja1105_port_allow_traffic()
1598
struct sja1105_l2_forwarding_entry *
l2_fwd
;
in sja1105_bridge_member()
local
1602
l2_fwd
= priv->static_config.tables[BLK_IDX_L2_FORWARDING].entries;
in sja1105_bridge_member()
1623
sja1105_port_allow_traffic(
l2_fwd
,
in sja1105_bridge_member()
[all...]
Completed in 8 milliseconds