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:first_psn
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_req.c
81
npsn = (qp->comp.psn - wqe->
first_psn
) &
in req_retry()
512
wqe->
first_psn
= qp->req.psn;
in update_wqe_psn()
517
qp->req.psn = (wqe->
first_psn
+ num_pkt) & BTH_PSN_MASK;
in update_wqe_psn()
528
rollback_wqe->
first_psn
= wqe->
first_psn
;
in save_state()
539
wqe->
first_psn
= rollback_wqe->
first_psn
;
in rollback_state()
673
wqe->
first_psn
= qp->req.psn;
in rxe_requester()
H
A
D
rxe_resp.c
659
res->
first_psn
= req_pkt->psn;
in read_reply()
666
res->last_psn = res->
first_psn
;
in read_reply()
980
res->
first_psn
= ack_pkt.psn;
in send_atomic_ack()
1038
if (psn_compare(psn, res->
first_psn
) >= 0 &&
in find_resource()
1091
res->state = (pkt->psn == res->
first_psn
) ?
in duplicate_request()
H
A
D
rxe_comp.c
233
if ((pkt->psn == wqe->
first_psn
&&
in check_ack()
236
(wqe->
first_psn
== wqe->last_psn &&
in check_ack()
H
A
D
rxe_verbs.h
149
u32
first_psn
;
member
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_req.c
83
npsn = (qp->comp.psn - wqe->
first_psn
) &
in req_retry()
566
wqe->
first_psn
= qp->req.psn;
in update_wqe_psn()
571
qp->req.psn = (wqe->
first_psn
+ num_pkt) & BTH_PSN_MASK;
in update_wqe_psn()
582
rollback_wqe->
first_psn
= wqe->
first_psn
;
in save_state()
594
wqe->
first_psn
= rollback_wqe->
first_psn
;
in rollback_state()
781
wqe->
first_psn
= qp->req.psn;
in rxe_requester()
H
A
D
rxe_comp.c
252
if ((pkt->psn == wqe->
first_psn
&&
in check_ack()
255
(wqe->
first_psn
== wqe->last_psn &&
in check_ack()
H
A
D
rxe_verbs.h
139
u32
first_psn
;
member
H
A
D
rxe_resp.c
620
res->
first_psn
= pkt->psn;
in rxe_prepare_res()
628
res->
first_psn
= pkt->psn;
in rxe_prepare_res()
1263
if (psn_compare(psn, res->
first_psn
) >= 0 &&
in find_resource()
1330
res->state = (pkt->psn == res->
first_psn
) ?
in duplicate_request()
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
rdma_user_rxe.h
146
__u32
first_psn
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
rdma_user_rxe.h
167
__u32
first_psn
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
rdma_user_rxe.h
119
__u32
first_psn
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H
A
D
rdma_user_rxe.h
104
__u32
first_psn
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
rdma_user_rxe.h
119
__u32
first_psn
;
member
Completed in 16 milliseconds