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:port_sts
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
bcm_sf2.c
124
if (priv->
port_sts
[port].enabled)
in bcm_sf2_num_active_ports()
199
priv->
port_sts
[port].enabled = true;
in bcm_sf2_imp_setup()
290
priv->
port_sts
[port].enabled = true;
in bcm_sf2_port_setup()
375
priv->
port_sts
[port].enabled = false;
in bcm_sf2_port_disable()
462
priv->
port_sts
[7].link = true;
in bcm_sf2_switch_1_isr()
466
priv->
port_sts
[7].link = false;
in bcm_sf2_switch_1_isr()
527
else if (phy_interface_mode_is_rgmii(priv->
port_sts
[7].mode))
in bcm_sf2_crossbar_setup()
575
port_st = &priv->
port_sts
[port_num];
in bcm_sf2_identify_ports()
911
status->link = priv->
port_sts
[port].link;
in bcm_sf2_sw_fixed_state()
H
A
D
bcm_sf2.h
94
struct bcm_sf2_port_status
port_sts
[DSA_MAX_PORTS];
member
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
bcm_sf2.c
44
if (priv->
port_sts
[port].enabled)
in bcm_sf2_num_active_ports()
130
priv->
port_sts
[port].enabled = true;
in bcm_sf2_imp_setup()
216
priv->
port_sts
[port].enabled = true;
in bcm_sf2_port_setup()
301
priv->
port_sts
[port].enabled = false;
in bcm_sf2_port_disable()
388
priv->
port_sts
[7].link = true;
in bcm_sf2_switch_1_isr()
392
priv->
port_sts
[7].link = false;
in bcm_sf2_switch_1_isr()
813
status->link = priv->
port_sts
[port].link;
in bcm_sf2_sw_fixed_state()
H
A
D
bcm_sf2.h
92
struct bcm_sf2_port_status
port_sts
[DSA_MAX_PORTS];
member
H
A
D
qca8k.h
217
struct ar8xxx_port_status
port_sts
[QCA8K_NUM_PORTS];
member
H
A
D
qca8k.c
1196
priv->
port_sts
[port].enabled = 1;
in qca8k_port_enable()
1210
priv->
port_sts
[port].enabled = 0;
in qca8k_port_disable()
1478
if (!priv->
port_sts
[i].enabled)
in qca8k_set_pm()
Completed in 7 milliseconds