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:num_q_counters
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
184
cnts->
num_q_counters
+
in mlx5_ib_alloc_hw_stats()
206
for (i = 0; i < cnts->
num_q_counters
; i++) {
in mlx5_ib_query_q_counters()
218
int offset = cnts->
num_q_counters
+ cnts->num_cong_counters;
in mlx5_ib_query_ext_ppcnt_counters()
257
num_counters = cnts->
num_q_counters
+
in mlx5_ib_get_hw_stats()
284
cnts->
num_q_counters
,
in mlx5_ib_get_hw_stats()
287
cnts->
num_q_counters
);
in mlx5_ib_get_hw_stats()
306
cnts->
num_q_counters
+
in mlx5_ib_counter_alloc_stats()
450
cnts->
num_q_counters
= num_counters;
in __mlx5_ib_alloc_counters()
H
A
D
mlx5_ib.h
733
u32
num_q_counters
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
monitor_stats.c
104
int
num_q_counters
= MLX5_CAP_GEN(mdev, num_q_monitor_counters);
in mlx5e_set_monitor_counter()
local
115
if (
num_q_counters
>= NUM_REQ_Q_COUNTERS_S1 &&
in mlx5e_set_monitor_counter()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
monitor_stats.c
104
int
num_q_counters
= MLX5_CAP_GEN(mdev, num_q_monitor_counters);
in mlx5e_set_monitor_counter()
local
115
if (
num_q_counters
>= NUM_REQ_Q_COUNTERS_S1 &&
in mlx5e_set_monitor_counter()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
240
num_hw_counters = cnts->
num_q_counters
+ cnts->num_cong_counters +
in do_alloc_stats()
289
for (i = 0; i < cnts->
num_q_counters
; i++) {
in mlx5_ib_query_q_counters()
301
int offset = cnts->
num_q_counters
+ cnts->num_cong_counters;
in mlx5_ib_query_ext_ppcnt_counters()
356
for (i = 0; i < cnts->
num_q_counters
; i++) {
in mlx5_ib_query_q_counters_vport()
376
num_counters = cnts->
num_q_counters
+
in do_get_hw_stats()
412
cnts->
num_q_counters
,
in do_get_hw_stats()
415
cnts->
num_q_counters
);
in do_get_hw_stats()
466
num_hw_counters = cnts->
num_q_counters
+ cnts->num_cong_counters +
in do_get_op_stats()
487
num_hw_counters = cnts->
num_q_counters
+ cnts->num_cong_counters +
in mlx5_ib_get_hw_stats()
710
cnts->
num_q_counters
in __mlx5_ib_alloc_counters()
[all...]
H
A
D
mlx5_ib.h
828
u32
num_q_counters
;
member
Completed in 9 milliseconds