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:r_tid_head
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
trace_tid.h
69
#define TID_WRITE_RSPDR_PRN "[%s] qpn 0x%x
r_tid_head
%u r_tid_tail %u " \
1363
__field(u32,
r_tid_head
)
1384
__entry->
r_tid_head
= priv->
r_tid_head
;
1404
__entry->
r_tid_head
,
H
A
D
verbs.h
192
u32
r_tid_head
; /* Most recently added TID RDMA request */
member
H
A
D
tid_rdma.c
357
qpriv->
r_tid_head
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
2929
qpriv->r_tid_tail == qpriv->
r_tid_head
)
in hfi1_handle_kdeth_eflags()
3484
if (qpriv->r_tid_alloc == qpriv->
r_tid_head
) {
in hfi1_tid_write_alloc_resources()
3600
qpriv->
r_tid_head
= qp->r_head_ack_queue;
in hfi1_tid_write_alloc_resources()
3778
} else if (qpriv->r_tid_tail == qpriv->
r_tid_head
) {
in hfi1_rc_rcv_tid_rdma_write_req()
3793
qpriv->
r_tid_head
= qp->r_head_ack_queue;
in hfi1_rc_rcv_tid_rdma_write_req()
4359
if (next == priv->
r_tid_head
)
in hfi1_rc_rcv_tid_rdma_write_data()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
trace_tid.h
69
#define TID_WRITE_RSPDR_PRN "[%s] qpn 0x%x
r_tid_head
%u r_tid_tail %u " \
1363
__field(u32,
r_tid_head
)
1384
__entry->
r_tid_head
= priv->
r_tid_head
;
1404
__entry->
r_tid_head
,
H
A
D
verbs.h
150
u32
r_tid_head
; /* Most recently added TID RDMA request */
member
H
A
D
tid_rdma.c
358
qpriv->
r_tid_head
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
2937
qpriv->r_tid_tail == qpriv->
r_tid_head
)
in hfi1_handle_kdeth_eflags()
3496
if (qpriv->r_tid_alloc == qpriv->
r_tid_head
) {
in hfi1_tid_write_alloc_resources()
3612
qpriv->
r_tid_head
= qp->r_head_ack_queue;
in hfi1_tid_write_alloc_resources()
3790
} else if (qpriv->r_tid_tail == qpriv->
r_tid_head
) {
in hfi1_rc_rcv_tid_rdma_write_req()
3805
qpriv->
r_tid_head
= qp->r_head_ack_queue;
in hfi1_rc_rcv_tid_rdma_write_req()
4371
if (next == priv->
r_tid_head
)
in hfi1_rc_rcv_tid_rdma_write_data()
Completed in 18 milliseconds