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:comp_seg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1965
req->
comp_seg
= 0;
in tid_rdma_rcv_read_request()
2158
req->cur_seg == req->
comp_seg
||
in tid_rdma_rcv_error()
2171
req->cur_seg = req->
comp_seg
;
in tid_rdma_rcv_error()
2533
if (++req->
comp_seg
>= req->total_segs) {
in hfi1_rc_rcv_tid_rdma_read_resp()
2544
req->
comp_seg
== req->cur_seg) ||
in hfi1_rc_rcv_tid_rdma_read_resp()
2935
if (req->
comp_seg
== req->cur_seg)
in hfi1_handle_kdeth_eflags()
3334
priv->tid_req.
comp_seg
= 0;
in setup_tid_rdma_wqe()
3748
req->
comp_seg
= 0;
in hfi1_rc_rcv_tid_rdma_write_req()
3785
ptr->
comp_seg
== ptr->total_segs) {
in hfi1_rc_rcv_tid_rdma_write_req()
4108
(wqe->length - (req->
comp_seg
* re
in hfi1_rc_rcv_tid_rdma_write_resp()
[all...]
H
A
D
tid_rdma.h
122
u32
comp_seg
; /* index of last completed segment */
member
H
A
D
rc.c
718
__r->
comp_seg
== __r->total_segs)) {
in hfi1_make_rc_req()
751
req->
comp_seg
= delta_psn(bth2, wqe->psn);
in hfi1_make_rc_req()
846
req->
comp_seg
= 0;
in hfi1_make_rc_req()
1060
req->
comp_seg
= delta_psn(qp->s_psn, wqe->psn);
in hfi1_make_rc_req()
1061
len = wqe->length - (req->
comp_seg
* remote->max_len);
in hfi1_make_rc_req()
1476
req->ack_pending = cur_seg - req->
comp_seg
;
in update_num_rd_atomic()
1784
if (head == tail && req->
comp_seg
< req->total_segs) {
in hfi1_rc_send_complete()
H
A
D
trace_tid.h
59
"cur_seg %u
comp_seg
%u ack_seg %u alloc_seg %u " \
1055
__field(u32,
comp_seg
)
1077
__entry->
comp_seg
= req->
comp_seg
;
1100
__entry->
comp_seg
,
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1972
req->
comp_seg
= 0;
in tid_rdma_rcv_read_request()
2165
req->cur_seg == req->
comp_seg
||
in tid_rdma_rcv_error()
2178
req->cur_seg = req->
comp_seg
;
in tid_rdma_rcv_error()
2540
if (++req->
comp_seg
>= req->total_segs) {
in hfi1_rc_rcv_tid_rdma_read_resp()
2551
req->
comp_seg
== req->cur_seg) ||
in hfi1_rc_rcv_tid_rdma_read_resp()
2943
if (req->
comp_seg
== req->cur_seg)
in hfi1_handle_kdeth_eflags()
3346
priv->tid_req.
comp_seg
= 0;
in setup_tid_rdma_wqe()
3760
req->
comp_seg
= 0;
in hfi1_rc_rcv_tid_rdma_write_req()
3797
ptr->
comp_seg
== ptr->total_segs) {
in hfi1_rc_rcv_tid_rdma_write_req()
4120
(wqe->length - (req->
comp_seg
* re
in hfi1_rc_rcv_tid_rdma_write_resp()
[all...]
H
A
D
tid_rdma.h
122
u32
comp_seg
; /* index of last completed segment */
member
H
A
D
rc.c
677
__r->
comp_seg
== __r->total_segs)) {
in hfi1_make_rc_req()
710
req->
comp_seg
= delta_psn(bth2, wqe->psn);
in hfi1_make_rc_req()
805
req->
comp_seg
= 0;
in hfi1_make_rc_req()
1019
req->
comp_seg
= delta_psn(qp->s_psn, wqe->psn);
in hfi1_make_rc_req()
1020
len = wqe->length - (req->
comp_seg
* remote->max_len);
in hfi1_make_rc_req()
1434
req->ack_pending = cur_seg - req->
comp_seg
;
in update_num_rd_atomic()
1742
if (head == tail && req->
comp_seg
< req->total_segs) {
in hfi1_rc_send_complete()
H
A
D
trace_tid.h
59
"cur_seg %u
comp_seg
%u ack_seg %u alloc_seg %u " \
1055
__field(u32,
comp_seg
)
1077
__entry->
comp_seg
= req->
comp_seg
;
1100
__entry->
comp_seg
,
Completed in 27 milliseconds