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:TOTAL_PORT_NUM
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz8795.c
753
u8 learn[
TOTAL_PORT_NUM
];
in ksz8795_flush_dyn_mac_table()
757
if ((uint)port <
TOTAL_PORT_NUM
) {
in ksz8795_flush_dyn_mac_table()
1214
dev->mib_port_cnt =
TOTAL_PORT_NUM
;
in ksz8795_switch_detect()
H
A
D
ksz8795_reg.h
849
#define
TOTAL_PORT_NUM
5
macro
852
#define SWITCH_PORT_NUM (
TOTAL_PORT_NUM
- 1)
H
A
D
ksz9477_reg.h
1624
#define
TOTAL_PORT_NUM
7
macro
H
A
D
ksz9477.c
1452
dev->mib_port_cnt =
TOTAL_PORT_NUM
;
in ksz9477_switch_detect()
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1065
#define
TOTAL_PORT_NUM
(SWITCH_PORT_NUM + 1)
macro
1176
struct ksz_port_cfg port_cfg[
TOTAL_PORT_NUM
];
1267
struct ksz_port_mib port_mib[
TOTAL_PORT_NUM
];
1434
struct ksz_counter_info counter[
TOTAL_PORT_NUM
];
2212
for (port = 0; port <
TOTAL_PORT_NUM
; port++)
in sw_init_broad_storm()
2263
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_prio_rate()
2405
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_mirror()
2605
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_prio()
2654
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_vlan()
6999
hw->mib_port_cnt =
TOTAL_PORT_NUM
;
in pcidev_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
997
#define
TOTAL_PORT_NUM
(SWITCH_PORT_NUM + 1)
macro
1108
struct ksz_port_cfg port_cfg[
TOTAL_PORT_NUM
];
1199
struct ksz_port_mib port_mib[
TOTAL_PORT_NUM
];
1366
struct ksz_counter_info counter[
TOTAL_PORT_NUM
];
2059
for (port = 0; port <
TOTAL_PORT_NUM
; port++)
in sw_init_broad_storm()
2110
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_prio_rate()
2156
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_mirror()
2310
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_prio()
2359
for (port = 0; port <
TOTAL_PORT_NUM
; port++) {
in sw_init_vlan()
6629
hw->mib_port_cnt =
TOTAL_PORT_NUM
;
in pcidev_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz9477_reg.h
1568
#define
TOTAL_PORT_NUM
7
macro
Completed in 34 milliseconds