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:cq_stats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H
A
D
vdpa_sim_net.c
60
struct vdpasim_cq_stats
cq_stats
;
member
189
u64_stats_update_begin(&net->
cq_stats
.syncp);
in vdpasim_handle_cvq()
190
net->
cq_stats
.requests += requests;
in vdpasim_handle_cvq()
191
net->
cq_stats
.errors += errors;
in vdpasim_handle_cvq()
192
net->
cq_stats
.successes += successes;
in vdpasim_handle_cvq()
193
u64_stats_update_end(&net->
cq_stats
.syncp);
in vdpasim_handle_cvq()
376
start = u64_stats_fetch_begin(&net->
cq_stats
.syncp);
in vdpasim_net_get_stats()
377
cq_requests = net->
cq_stats
.requests;
in vdpasim_net_get_stats()
378
cq_successes = net->
cq_stats
.successes;
in vdpasim_net_get_stats()
379
cq_errors = net->
cq_stats
in vdpasim_net_get_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
ptp.h
35
struct mlx5e_ptp_cq_stats *
cq_stats
;
member
144
struct mlx5e_ptp_cq_stats *
cq_stats
);
H
A
D
ptp.c
84
struct mlx5e_ptp_cq_stats *
cq_stats
)
in mlx5e_skb_cb_hwtstamp_tx()
94
cq_stats
->abort++;
in mlx5e_skb_cb_hwtstamp_tx()
95
cq_stats
->abort_abs_diff_ns += diff;
in mlx5e_skb_cb_hwtstamp_tx()
105
struct mlx5e_ptp_cq_stats *
cq_stats
)
in mlx5e_skb_cb_hwtstamp_handler()
123
mlx5e_skb_cb_hwtstamp_tx(skb,
cq_stats
);
in mlx5e_skb_cb_hwtstamp_handler()
198
ptpsq->
cq_stats
->late_cqe++;
in mlx5e_ptp_handle_ts_cqe()
204
ptpsq->
cq_stats
->err_cqe++;
in mlx5e_ptp_handle_ts_cqe()
210
hwtstamp, ptpsq->
cq_stats
);
in mlx5e_ptp_handle_ts_cqe()
211
ptpsq->
cq_stats
->cqe++;
in mlx5e_ptp_handle_ts_cqe()
581
ptpsq->
cq_stats
in mlx5e_ptp_open_tx_cqs()
83
mlx5e_skb_cb_hwtstamp_tx(struct sk_buff *skb, struct mlx5e_ptp_
cq_stats
*
cq_stats
)
mlx5e_skb_cb_hwtstamp_tx()
argument
103
mlx5e_skb_cb_hwtstamp_handler(struct sk_buff *skb, int hwtstamp_type, ktime_t hwtstamp, struct mlx5e_ptp_
cq_stats
*
cq_stats
)
mlx5e_skb_cb_hwtstamp_handler()
argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tx.c
755
hwts.hwtstamp, sq->ptpsq->
cq_stats
);
in mlx5e_consume_skb()
Completed in 5 milliseconds