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:QCA8K_NUM_PORTS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
qca8k.h
15
#define
QCA8K_NUM_PORTS
7
macro
217
struct ar8xxx_port_status port_sts[
QCA8K_NUM_PORTS
];
223
unsigned int port_mtu[
QCA8K_NUM_PORTS
];
H
A
D
qca8k.c
494
for (i = 0; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_vlan_del()
733
for (i = 0; i <
QCA8K_NUM_PORTS
; i++)
in qca8k_setup()
738
for (i = 1; i <
QCA8K_NUM_PORTS
; i++)
in qca8k_setup()
749
for (i = 0; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_setup()
781
for (i = 0; i <
QCA8K_NUM_PORTS
; i++)
in qca8k_setup()
1146
for (i = 1; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_port_bridge_join()
1171
for (i = 1; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_port_bridge_leave()
1221
for (i = 0; i <
QCA8K_NUM_PORTS
; i++)
in qca8k_port_change_mtu()
1448
priv->ds->num_ports =
QCA8K_NUM_PORTS
;
in qca8k_sw_probe()
1465
for (i = 0; i <
QCA8K_NUM_PORTS
;
in qca8k_sw_remove()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/qca/
H
A
D
qca8k.h
21
#define
QCA8K_NUM_PORTS
7
macro
92
#define QCA8K_LED_COUNT ((
QCA8K_NUM_PORTS
- QCA8K_NUM_CPU_PORTS) * QCA8K_LED_PORT_COUNT)
H
A
D
qca8k-8xxx.c
1155
for (port = 0; port <
QCA8K_NUM_PORTS
; port++) {
in qca8k_parse_port_config()
1695
refcount_set(&mib_eth_data->port_parsed,
QCA8K_NUM_PORTS
);
in qca8k_get_ethtool_stats_eth()
2090
priv->ds->num_ports =
QCA8K_NUM_PORTS
;
in qca8k_sw_probe()
2108
for (i = 0; i <
QCA8K_NUM_PORTS
; i++)
in qca8k_sw_remove()
2132
for (port = 0; port <
QCA8K_NUM_PORTS
; port++) {
in qca8k_set_pm()
H
A
D
qca8k-common.c
415
for (i = 0; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_vlan_del()
656
for (i = 0; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_port_bridge_join()
688
for (i = 0; i <
QCA8K_NUM_PORTS
; i++) {
in qca8k_port_bridge_leave()
Completed in 9 milliseconds