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:cpsw_state
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
cpsw_switchdev.c
31
u8
cpsw_state
;
in cpsw_port_stp_state_set()
local
39
cpsw_state
= ALE_PORT_STATE_FORWARD;
in cpsw_port_stp_state_set()
42
cpsw_state
= ALE_PORT_STATE_LEARN;
in cpsw_port_stp_state_set()
45
cpsw_state
= ALE_PORT_STATE_DISABLE;
in cpsw_port_stp_state_set()
49
cpsw_state
= ALE_PORT_STATE_BLOCK;
in cpsw_port_stp_state_set()
56
ALE_PORT_STATE,
cpsw_state
);
in cpsw_port_stp_state_set()
57
dev_dbg(priv->dev, "ale state: %u\n",
cpsw_state
);
in cpsw_port_stp_state_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
cpsw_switchdev.c
30
u8
cpsw_state
;
in cpsw_port_stp_state_set()
local
35
cpsw_state
= ALE_PORT_STATE_FORWARD;
in cpsw_port_stp_state_set()
38
cpsw_state
= ALE_PORT_STATE_LEARN;
in cpsw_port_stp_state_set()
41
cpsw_state
= ALE_PORT_STATE_DISABLE;
in cpsw_port_stp_state_set()
45
cpsw_state
= ALE_PORT_STATE_BLOCK;
in cpsw_port_stp_state_set()
52
ALE_PORT_STATE,
cpsw_state
);
in cpsw_port_stp_state_set()
53
dev_dbg(priv->dev, "ale state: %u\n",
cpsw_state
);
in cpsw_port_stp_state_set()
H
A
D
am65-cpsw-switchdev.c
28
u8
cpsw_state
;
in am65_cpsw_port_stp_state_set()
local
33
cpsw_state
= ALE_PORT_STATE_FORWARD;
in am65_cpsw_port_stp_state_set()
36
cpsw_state
= ALE_PORT_STATE_LEARN;
in am65_cpsw_port_stp_state_set()
39
cpsw_state
= ALE_PORT_STATE_DISABLE;
in am65_cpsw_port_stp_state_set()
43
cpsw_state
= ALE_PORT_STATE_BLOCK;
in am65_cpsw_port_stp_state_set()
50
ALE_PORT_STATE,
cpsw_state
);
in am65_cpsw_port_stp_state_set()
51
netdev_dbg(port->ndev, "ale state: %u\n",
cpsw_state
);
in am65_cpsw_port_stp_state_set()
Completed in 3 milliseconds