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:next_descq_idx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
sdma_txreq.h
125
u16
next_descq_idx
;
member
H
A
D
sdma.c
595
if (txp && txp->
next_descq_idx
== head) {
in sdma_flush_descq()
1850
if (txp && txp->
next_descq_idx
== swhead) {
in sdma_make_progress()
2340
tx->
next_descq_idx
= tail;
in submit_tx()
2424
tx->
next_descq_idx
= 0;
in sdma_send_txreq()
2521
tx->
next_descq_idx
= 0;
in sdma_send_txlist()
H
A
D
trace_tx.h
421
__entry->txnext = txp ? txp->
next_descq_idx
: ~0;
426
"[%s] SDE(%u) sn %llu hwhead %u swhead %u
next_descq_idx
%u tx_head %u tx_tail %u",
457
__entry->txnext = txp ? txp->
next_descq_idx
: ~0;
461
"[%s] SDE(%u) hwhead %u swhead %u
next_descq_idx
%u tx_head %u tx_tail %u",
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
sdma_txreq.h
83
u16
next_descq_idx
;
member
H
A
D
sdma.c
553
if (txp && txp->
next_descq_idx
== head) {
in sdma_flush_descq()
1808
if (txp && txp->
next_descq_idx
== swhead) {
in sdma_make_progress()
2298
tx->
next_descq_idx
= tail;
in submit_tx()
2382
tx->
next_descq_idx
= 0;
in sdma_send_txreq()
2479
tx->
next_descq_idx
= 0;
in sdma_send_txlist()
H
A
D
trace_tx.h
379
__entry->txnext = txp ? txp->
next_descq_idx
: ~0;
384
"[%s] SDE(%u) sn %llu hwhead %u swhead %u
next_descq_idx
%u tx_head %u tx_tail %u",
415
__entry->txnext = txp ? txp->
next_descq_idx
: ~0;
419
"[%s] SDE(%u) hwhead %u swhead %u
next_descq_idx
%u tx_head %u tx_tail %u",
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_sdma.c
111
while (idx != txp->
next_descq_idx
) {
in clear_sdma_activelist()
365
if (txp && txp->
next_descq_idx
== ppd->sdma_descq_head) {
in qib_sdma_make_progress()
497
tx->txreq.
next_descq_idx
= 0;
in complete_sdma_err_req()
607
tx->txreq.
next_descq_idx
= tail;
in qib_sdma_verbs_send()
729
"SDMA txp->start_idx: %u txp->
next_descq_idx
: %u\n",
in dump_sdma_state()
730
txp->start_idx, txp->
next_descq_idx
);
in dump_sdma_state()
H
A
D
qib.h
239
u16
next_descq_idx
; /* sdma private */
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_sdma.c
111
while (idx != txp->
next_descq_idx
) {
in clear_sdma_activelist()
365
if (txp && txp->
next_descq_idx
== ppd->sdma_descq_head) {
in qib_sdma_make_progress()
497
tx->txreq.
next_descq_idx
= 0;
in complete_sdma_err_req()
607
tx->txreq.
next_descq_idx
= tail;
in qib_sdma_verbs_send()
729
"SDMA txp->start_idx: %u txp->
next_descq_idx
: %u\n",
in dump_sdma_state()
730
txp->start_idx, txp->
next_descq_idx
);
in dump_sdma_state()
H
A
D
qib.h
239
u16
next_descq_idx
; /* sdma private */
member
Completed in 17 milliseconds