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:max_stats_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H
A
D
gve_ethtool.c
143
int stats_idx, base_stats_idx,
max_stats_idx
;
in gve_get_ethtool_stats()
local
232
max_stats_idx
= NIC_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues +
in gve_get_ethtool_stats()
236
for (stats_idx = base_stats_idx; stats_idx <
max_stats_idx
;
in gve_get_ethtool_stats()
290
base_stats_idx =
max_stats_idx
;
in gve_get_ethtool_stats()
291
max_stats_idx
= NIC_TX_STATS_REPORT_NUM * priv->tx_cfg.num_queues +
in gve_get_ethtool_stats()
292
max_stats_idx
;
in gve_get_ethtool_stats()
295
for (stats_idx = base_stats_idx; stats_idx <
max_stats_idx
;
in gve_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_ethtool.c
162
int stats_idx, base_stats_idx,
max_stats_idx
;
in gve_get_ethtool_stats()
local
252
max_stats_idx
= NIC_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues +
in gve_get_ethtool_stats()
256
for (stats_idx = base_stats_idx; stats_idx <
max_stats_idx
;
in gve_get_ethtool_stats()
327
base_stats_idx =
max_stats_idx
;
in gve_get_ethtool_stats()
328
max_stats_idx
= NIC_TX_STATS_REPORT_NUM * num_tx_queues +
in gve_get_ethtool_stats()
329
max_stats_idx
;
in gve_get_ethtool_stats()
332
for (stats_idx = base_stats_idx; stats_idx <
max_stats_idx
;
in gve_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
utils.c
1715
u16
max_stats_idx
= dev->hw_attrs.max_stat_idx;
in irdma_cqp_gather_stats_gen1()
local
1727
for (i = 0; i <
max_stats_idx
; i++) {
in irdma_cqp_gather_stats_gen1()
Completed in 5 milliseconds