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:aq_stats_s
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2_utils_fw.c
340
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fill_a0_stats()
341
struct
aq_stats_s
curr_stats = *cs;
in aq_a2_fill_a0_stats()
382
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fill_b0_stats()
383
struct
aq_stats_s
curr_stats = *cs;
in aq_a2_fill_b0_stats()
417
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fw_update_stats()
H
A
D
hw_atl2.c
765
static struct
aq_stats_s
*hw_atl2_utils_get_hw_stats(struct aq_hw_s *self)
in hw_atl2_utils_get_hw_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2_utils_fw.c
340
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fill_a0_stats()
341
struct
aq_stats_s
curr_stats = *cs;
in aq_a2_fill_a0_stats()
382
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fill_b0_stats()
383
struct
aq_stats_s
curr_stats = *cs;
in aq_a2_fill_b0_stats()
416
struct
aq_stats_s
*cs = &self->curr_stats;
in aq_a2_fw_update_stats()
H
A
D
hw_atl2.c
765
static struct
aq_stats_s
*hw_atl2_utils_get_hw_stats(struct aq_hw_s *self)
in hw_atl2_utils_get_hw_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_hw.h
82
struct
aq_stats_s
{
struct
186
struct
aq_stats_s
curr_stats;
301
struct
aq_stats_s
*(*hw_get_hw_stats)(struct aq_hw_s *self);
H
A
D
aq_nic.c
873
struct
aq_stats_s
*stats;
in aq_nic_get_stats()
938
struct
aq_stats_s
*stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw);
in aq_nic_update_ndev_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_hw.h
82
struct
aq_stats_s
{
struct
186
struct
aq_stats_s
curr_stats;
301
struct
aq_stats_s
*(*hw_get_hw_stats)(struct aq_hw_s *self);
H
A
D
aq_nic.c
1020
struct
aq_stats_s
*stats;
in aq_nic_get_stats()
1085
struct
aq_stats_s
*stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw);
in aq_nic_update_ndev_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils.c
869
struct
aq_stats_s
*cs = &self->curr_stats;
in hw_atl_utils_update_stats()
870
struct
aq_stats_s
curr_stats = *cs;
in hw_atl_utils_update_stats()
919
struct
aq_stats_s
*hw_atl_utils_get_hw_stats(struct aq_hw_s *self)
in hw_atl_utils_get_hw_stats()
H
A
D
hw_atl_utils.h
621
struct
aq_stats_s
*hw_atl_utils_get_hw_stats(struct aq_hw_s *self);
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils.c
869
struct
aq_stats_s
*cs = &self->curr_stats;
in hw_atl_utils_update_stats()
870
struct
aq_stats_s
curr_stats = *cs;
in hw_atl_utils_update_stats()
919
struct
aq_stats_s
*hw_atl_utils_get_hw_stats(struct aq_hw_s *self)
in hw_atl_utils_get_hw_stats()
H
A
D
hw_atl_utils.h
621
struct
aq_stats_s
*hw_atl_utils_get_hw_stats(struct aq_hw_s *self);
Completed in 25 milliseconds