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:complete_txreqs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
ipoib_tx.c
62
atomic64_read(&txq->
complete_txreqs
));
in hfi1_ipoib_used()
169
atomic64_add(work_done, &txq->
complete_txreqs
);
in hfi1_ipoib_drain_tx_ring()
219
atomic64_inc(&txq->
complete_txreqs
);
in hfi1_ipoib_add_tx()
744
atomic64_set(&txq->
complete_txreqs
, 0);
in hfi1_ipoib_txreq_init()
800
atomic64_t *
complete_txreqs
= &txq->
complete_txreqs
;
in hfi1_ipoib_drain_tx_list()
local
810
atomic64_inc(
complete_txreqs
);
in hfi1_ipoib_drain_tx_list()
818
atomic64_read(
complete_txreqs
)));
in hfi1_ipoib_drain_tx_list()
H
A
D
ipoib.h
78
* @
complete_txreqs
: count of txreqs completed by sdma
95
atomic64_t ____cacheline_aligned_in_smp
complete_txreqs
;
member
H
A
D
trace_tx.h
963
atomic64_read(&txq->
complete_txreqs
);
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
ipoib_tx.c
50
txq->tx_ring.
complete_txreqs
);
in hfi1_ipoib_used()
149
tx_ring->
complete_txreqs
= 0;
in hfi1_ipoib_drain_tx_ring()
175
tx_ring->
complete_txreqs
+= work_done;
in hfi1_ipoib_poll_tx_ring()
783
txq->tx_ring.
complete_txreqs
++;
in hfi1_ipoib_drain_tx_list()
791
txq->tx_ring.
complete_txreqs
));
in hfi1_ipoib_drain_tx_list()
857
txq->tx_ring.sent_txreqs, txq->tx_ring.
complete_txreqs
,
in hfi1_ipoib_tx_timeout()
H
A
D
ipoib.h
76
* @
complete_txreqs
: count of txreqs completed by sdma
91
u64 ____cacheline_aligned_in_smp
complete_txreqs
;
member
H
A
D
trace_tx.h
921
txq->tx_ring.
complete_txreqs
;
Completed in 5 milliseconds