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:stats0
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H
A
D
ravb_main.c
1638
struct net_device_stats *nstats, *
stats0
, *stats1;
in ravb_get_stats()
local
1641
stats0
= &priv->stats[RAVB_BE];
in ravb_get_stats()
1649
nstats->rx_packets =
stats0
->rx_packets + stats1->rx_packets;
in ravb_get_stats()
1650
nstats->tx_packets =
stats0
->tx_packets + stats1->tx_packets;
in ravb_get_stats()
1651
nstats->rx_bytes =
stats0
->rx_bytes + stats1->rx_bytes;
in ravb_get_stats()
1652
nstats->tx_bytes =
stats0
->tx_bytes + stats1->tx_bytes;
in ravb_get_stats()
1653
nstats->multicast =
stats0
->multicast + stats1->multicast;
in ravb_get_stats()
1654
nstats->rx_errors =
stats0
->rx_errors + stats1->rx_errors;
in ravb_get_stats()
1655
nstats->rx_crc_errors =
stats0
->rx_crc_errors + stats1->rx_crc_errors;
in ravb_get_stats()
1657
stats0
in ravb_get_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
ravb_main.c
2090
struct net_device_stats *nstats, *
stats0
, *stats1;
in ravb_get_stats()
local
2093
stats0
= &priv->stats[RAVB_BE];
in ravb_get_stats()
2107
nstats->rx_packets =
stats0
->rx_packets;
in ravb_get_stats()
2108
nstats->tx_packets =
stats0
->tx_packets;
in ravb_get_stats()
2109
nstats->rx_bytes =
stats0
->rx_bytes;
in ravb_get_stats()
2110
nstats->tx_bytes =
stats0
->tx_bytes;
in ravb_get_stats()
2111
nstats->multicast =
stats0
->multicast;
in ravb_get_stats()
2112
nstats->rx_errors =
stats0
->rx_errors;
in ravb_get_stats()
2113
nstats->rx_crc_errors =
stats0
->rx_crc_errors;
in ravb_get_stats()
2114
nstats->rx_frame_errors =
stats0
in ravb_get_stats()
[all...]
Completed in 6 milliseconds