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:s_tid_tail
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
355
qpriv->
s_tid_tail
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
3129
i = qpriv->
s_tid_tail
;
in hfi1_tid_rdma_restart_req()
4598
if ((qp->s_acked == qpriv->
s_tid_tail
&&
in hfi1_rc_rcv_tid_rdma_ack()
4696
qpriv->
s_tid_tail
= qp->s_acked;
in hfi1_rc_rcv_tid_rdma_ack()
4719
qpriv->
s_tid_tail
= qp->s_acked;
in hfi1_rc_rcv_tid_rdma_ack()
4980
if (priv->
s_tid_tail
== priv->s_tid_cur)
4982
for (i = priv->
s_tid_tail
+ 1; ; i++) {
4992
priv->
s_tid_tail
= i;
5054
if (priv->
s_tid_tail
== HFI1_QP_WQE_INVALID)
5056
wqe = rvt_get_swqe_ptr(qp, priv->
s_tid_tail
);
[all...]
H
A
D
trace_tid.h
78
"
s_tid_tail
%u s_tid_head %u " \
1479
__field(u32,
s_tid_tail
)
1497
__entry->
s_tid_tail
= priv->
s_tid_tail
;
1514
__entry->
s_tid_tail
,
H
A
D
verbs.h
191
u32
s_tid_tail
;
member
H
A
D
rc.c
682
if (priv->
s_tid_tail
== HFI1_QP_WQE_INVALID) {
in hfi1_make_rc_req()
683
priv->
s_tid_tail
= qp->s_cur;
in hfi1_make_rc_req()
719
if (priv->
s_tid_tail
==
in hfi1_make_rc_req()
723
priv->
s_tid_tail
= qp->s_cur;
in hfi1_make_rc_req()
732
* s_tid_cur, and
s_tid_tail
all point to the
in hfi1_make_rc_req()
739
if (priv->
s_tid_tail
== qp->s_cur &&
in hfi1_make_rc_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
356
qpriv->
s_tid_tail
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
3138
i = qpriv->
s_tid_tail
;
in hfi1_tid_rdma_restart_req()
4610
if ((qp->s_acked == qpriv->
s_tid_tail
&&
in hfi1_rc_rcv_tid_rdma_ack()
4708
qpriv->
s_tid_tail
= qp->s_acked;
in hfi1_rc_rcv_tid_rdma_ack()
4731
qpriv->
s_tid_tail
= qp->s_acked;
in hfi1_rc_rcv_tid_rdma_ack()
4992
if (priv->
s_tid_tail
== priv->s_tid_cur)
4994
for (i = priv->
s_tid_tail
+ 1; ; i++) {
5004
priv->
s_tid_tail
= i;
5066
if (priv->
s_tid_tail
== HFI1_QP_WQE_INVALID)
5068
wqe = rvt_get_swqe_ptr(qp, priv->
s_tid_tail
);
[all...]
H
A
D
trace_tid.h
78
"
s_tid_tail
%u s_tid_head %u " \
1479
__field(u32,
s_tid_tail
)
1497
__entry->
s_tid_tail
= priv->
s_tid_tail
;
1514
__entry->
s_tid_tail
,
H
A
D
verbs.h
149
u32
s_tid_tail
;
member
H
A
D
rc.c
641
if (priv->
s_tid_tail
== HFI1_QP_WQE_INVALID) {
in hfi1_make_rc_req()
642
priv->
s_tid_tail
= qp->s_cur;
in hfi1_make_rc_req()
678
if (priv->
s_tid_tail
==
in hfi1_make_rc_req()
682
priv->
s_tid_tail
= qp->s_cur;
in hfi1_make_rc_req()
691
* s_tid_cur, and
s_tid_tail
all point to the
in hfi1_make_rc_req()
698
if (priv->
s_tid_tail
== qp->s_cur &&
in hfi1_make_rc_req()
Completed in 23 milliseconds