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:SWITCH_PORT_NUM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz8795.c
694
if (port <
SWITCH_PORT_NUM
)
in ksz8795_port_stp_state_set()
699
if (port <
SWITCH_PORT_NUM
&&
in ksz8795_port_stp_state_set()
723
if (port <
SWITCH_PORT_NUM
&&
in ksz8795_port_stp_state_set()
1067
for (i = 0; i <
SWITCH_PORT_NUM
; i++) {
in ksz8795_config_cpu_port()
1215
dev->phy_port_cnt =
SWITCH_PORT_NUM
;
in ksz8795_switch_detect()
1216
dev->port_cnt =
SWITCH_PORT_NUM
;
in ksz8795_switch_detect()
H
A
D
ksz8795_reg.h
852
#define
SWITCH_PORT_NUM
(TOTAL_PORT_NUM - 1)
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1064
#define
SWITCH_PORT_NUM
2
macro
1065
#define TOTAL_PORT_NUM (
SWITCH_PORT_NUM
+ 1)
1066
#define HOST_MASK (1 <<
SWITCH_PORT_NUM
)
1071
#define HOST_PORT
SWITCH_PORT_NUM
1266
struct ksz_port_info port_info[
SWITCH_PORT_NUM
];
4245
for (port = 0; port <
SWITCH_PORT_NUM
; port++) {
in sw_enable()
4257
port_set_stp_state(hw,
SWITCH_PORT_NUM
, STP_STATE_SIMPLE);
in sw_enable()
4259
port_set_stp_state(hw,
SWITCH_PORT_NUM
, STP_STATE_FORWARDING);
in sw_enable()
4281
for (port = 0; port <
SWITCH_PORT_NUM
; port++)
in sw_setup()
4940
for (port = 0; port <
SWITCH_PORT_NUM
; por
in netdev_tx_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
996
#define
SWITCH_PORT_NUM
2
macro
997
#define TOTAL_PORT_NUM (
SWITCH_PORT_NUM
+ 1)
998
#define HOST_MASK (1 <<
SWITCH_PORT_NUM
)
1003
#define HOST_PORT
SWITCH_PORT_NUM
1198
struct ksz_port_info port_info[
SWITCH_PORT_NUM
];
3872
for (port = 0; port <
SWITCH_PORT_NUM
; port++) {
in sw_enable()
3884
port_set_stp_state(hw,
SWITCH_PORT_NUM
, STP_STATE_SIMPLE);
in sw_enable()
3886
port_set_stp_state(hw,
SWITCH_PORT_NUM
, STP_STATE_FORWARDING);
in sw_enable()
3908
for (port = 0; port <
SWITCH_PORT_NUM
; port++)
in sw_setup()
4567
for (port = 0; port <
SWITCH_PORT_NUM
; por
in netdev_tx_timeout()
[all...]
Completed in 21 milliseconds