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:stat_base
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-nuss.h
42
void __iomem *
stat_base
;
member
54
void __iomem *
stat_base
;
member
H
A
D
am65-cpsw-ethtool.c
690
*data++ = readl_relaxed(host_p->
stat_base
+
in am65_cpsw_get_ethtool_stats()
696
*data++ = readl_relaxed(port->
stat_base
+
in am65_cpsw_get_ethtool_stats()
H
A
D
am65-cpsw-nuss.c
1633
host_p->
stat_base
= common->cpsw_base + AM65_CPSW_NU_STATS_BASE;
in am65_cpsw_nuss_init_host_p()
1743
port->
stat_base
= common->cpsw_base + AM65_CPSW_NU_STATS_BASE +
in am65_cpsw_nuss_init_slave_ports()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-nuss.h
51
void __iomem *
stat_base
;
member
66
void __iomem *
stat_base
;
member
H
A
D
am65-cpsw-ethtool.c
655
*data++ = readl_relaxed(host_p->
stat_base
+
in am65_cpsw_get_ethtool_stats()
661
*data++ = readl_relaxed(port->
stat_base
+
in am65_cpsw_get_ethtool_stats()
H
A
D
am65-cpsw-nuss.c
1930
host_p->
stat_base
= common->cpsw_base + AM65_CPSW_NU_STATS_BASE;
in am65_cpsw_nuss_init_host_p()
2043
port->
stat_base
= common->cpsw_base + AM65_CPSW_NU_STATS_BASE +
in am65_cpsw_nuss_init_slave_ports()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H
A
D
mac.c
308
u64 *
stat_base
;
in mt7601u_mac_work()
member
333
spans[i].
stat_base
[j * 2] += val & 0xffff;
in mt7601u_mac_work()
334
spans[i].
stat_base
[j * 2 + 1] += val >> 16;
in mt7601u_mac_work()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H
A
D
mac.c
308
u64 *
stat_base
;
in mt7601u_mac_work()
member
333
spans[i].
stat_base
[j * 2] += val & 0xffff;
in mt7601u_mac_work()
334
spans[i].
stat_base
[j * 2 + 1] += val >> 16;
in mt7601u_mac_work()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_classifier.c
144
u32
stat_base
;
member
Completed in 12 milliseconds