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:nicvf_drv_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_ethtool.c
32
.index = offsetof(struct
nicvf_drv_stats
, stat) / sizeof(u64), \
60
static const struct nicvf_stat
nicvf_drv_stats
[] = {
variable
115
static const unsigned int nicvf_n_drv_stats = ARRAY_SIZE(
nicvf_drv_stats
);
248
memcpy(data,
nicvf_drv_stats
[stats].name, ETH_GSTRING_LEN);
in nicvf_get_strings()
339
[
nicvf_drv_stats
[stat].index];
in nicvf_get_ethtool_stats()
H
A
D
nic.h
208
struct
nicvf_drv_stats
{
struct
365
struct
nicvf_drv_stats
__percpu *drv_stats;
H
A
D
nicvf_main.c
1527
sizeof(struct
nicvf_drv_stats
));
in nicvf_open()
1665
struct
nicvf_drv_stats
*drv_stats;
in nicvf_update_stats()
2189
nic->drv_stats = netdev_alloc_pcpu_stats(struct
nicvf_drv_stats
);
in nicvf_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_ethtool.c
33
.index = offsetof(struct
nicvf_drv_stats
, stat) / sizeof(u64), \
61
static const struct nicvf_stat
nicvf_drv_stats
[] = {
variable
116
static const unsigned int nicvf_n_drv_stats = ARRAY_SIZE(
nicvf_drv_stats
);
249
memcpy(data,
nicvf_drv_stats
[stats].name, ETH_GSTRING_LEN);
in nicvf_get_strings()
340
[
nicvf_drv_stats
[stat].index];
in nicvf_get_ethtool_stats()
H
A
D
nic.h
208
struct
nicvf_drv_stats
{
struct
365
struct
nicvf_drv_stats
__percpu *drv_stats;
H
A
D
nicvf_main.c
1523
sizeof(struct
nicvf_drv_stats
));
in nicvf_open()
1661
struct
nicvf_drv_stats
*drv_stats;
in nicvf_update_stats()
2170
nic->drv_stats = netdev_alloc_pcpu_stats(struct
nicvf_drv_stats
);
in nicvf_probe()
Completed in 11 milliseconds