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:ack_seg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1966
req->
ack_seg
= 0;
in tid_rdma_rcv_read_request()
3146
req->cur_seg = req->
ack_seg
;
in hfi1_tid_rdma_restart_req()
3222
if (req->
ack_seg
!= req->total_segs)
in hfi1_tid_rdma_wqe_interlock()
3240
if (req->
ack_seg
!= req->total_segs)
in hfi1_tid_rdma_wqe_interlock()
3335
priv->tid_req.
ack_seg
= 0;
in setup_tid_rdma_wqe()
3749
req->
ack_seg
= 0;
in hfi1_rc_rcv_tid_rdma_write_req()
4543
req->
ack_seg
< req->cur_seg) {
in hfi1_rc_rcv_tid_rdma_ack()
4544
req->
ack_seg
++;
in hfi1_rc_rcv_tid_rdma_ack()
4550
if (req->
ack_seg
== req->total_segs) {
in hfi1_rc_rcv_tid_rdma_ack()
4576
req->
ack_seg
< re
in hfi1_rc_rcv_tid_rdma_ack()
[all...]
H
A
D
tid_rdma.h
123
u32
ack_seg
; /* index of last ack'ed segment */
member
H
A
D
trace_tid.h
59
"cur_seg %u comp_seg %u
ack_seg
%u alloc_seg %u " \
1056
__field(u32,
ack_seg
)
1078
__entry->
ack_seg
= req->
ack_seg
;
1101
__entry->
ack_seg
,
H
A
D
rc.c
1826
req->
ack_seg
< req->cur_seg)
in hfi1_rc_send_complete()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1973
req->
ack_seg
= 0;
in tid_rdma_rcv_read_request()
3155
req->cur_seg = req->
ack_seg
;
in hfi1_tid_rdma_restart_req()
3231
if (req->
ack_seg
!= req->total_segs)
in hfi1_tid_rdma_wqe_interlock()
3250
if (req->
ack_seg
!= req->total_segs)
in hfi1_tid_rdma_wqe_interlock()
3347
priv->tid_req.
ack_seg
= 0;
in setup_tid_rdma_wqe()
3761
req->
ack_seg
= 0;
in hfi1_rc_rcv_tid_rdma_write_req()
4555
req->
ack_seg
< req->cur_seg) {
in hfi1_rc_rcv_tid_rdma_ack()
4556
req->
ack_seg
++;
in hfi1_rc_rcv_tid_rdma_ack()
4562
if (req->
ack_seg
== req->total_segs) {
in hfi1_rc_rcv_tid_rdma_ack()
4588
req->
ack_seg
< re
in hfi1_rc_rcv_tid_rdma_ack()
[all...]
H
A
D
tid_rdma.h
123
u32
ack_seg
; /* index of last ack'ed segment */
member
H
A
D
trace_tid.h
59
"cur_seg %u comp_seg %u
ack_seg
%u alloc_seg %u " \
1056
__field(u32,
ack_seg
)
1078
__entry->
ack_seg
= req->
ack_seg
;
1101
__entry->
ack_seg
,
H
A
D
rc.c
1784
req->
ack_seg
< req->cur_seg)
in hfi1_rc_send_complete()
Completed in 30 milliseconds