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:OCELOT_NUM_STATS
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_stats.c
144
OCELOT_NUM_STATS
,
enumerator
266
static const struct ocelot_stat_layout ocelot_stats_layout[
OCELOT_NUM_STATS
] = {
270
static const struct ocelot_stat_layout ocelot_mm_stats_layout[
OCELOT_NUM_STATS
] = {
350
unsigned int idx = port *
OCELOT_NUM_STATS
+ region->first_stat;
in ocelot_port_transfer_stats()
405
for (i = 0; i <
OCELOT_NUM_STATS
; i++) {
in ocelot_get_strings()
453
for (i = 0; i <
OCELOT_NUM_STATS
; i++)
in ocelot_get_sset_count()
471
for (i = 0; i <
OCELOT_NUM_STATS
; i++) {
in ocelot_port_ethtool_stats_cb()
472
int index = port *
OCELOT_NUM_STATS
+ i;
in ocelot_port_ethtool_stats_cb()
489
u64 *s = &ocelot->stats[port *
OCELOT_NUM_STATS
];
in ocelot_port_pause_stats_cb()
499
u64 *s = &ocelot->stats[port *
OCELOT_NUM_STATS
];
in ocelot_port_pmac_pause_stats_cb()
[all...]
Completed in 2 milliseconds