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:cur_psn
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_resp.c
668
res->
cur_psn
= req_pkt->psn;
in read_reply()
699
res->
cur_psn
, AETH_ACK_UNLIMITED, &icrc);
in read_reply()
726
res->
cur_psn
= (res->
cur_psn
+ 1) & BTH_PSN_MASK;
in read_reply()
734
if (psn_compare(res->
cur_psn
, qp->resp.psn) >= 0)
in read_reply()
735
qp->resp.psn = res->
cur_psn
;
in read_reply()
982
res->
cur_psn
= ack_pkt.psn;
in send_atomic_ack()
1090
res->
cur_psn
= pkt->psn;
in duplicate_request()
H
A
D
rxe_verbs.h
151
u32
cur_psn
;
member
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_resp.c
621
res->
cur_psn
= pkt->psn;
in rxe_prepare_res()
630
res->
cur_psn
= pkt->psn;
in rxe_prepare_res()
921
res->
cur_psn
, AETH_ACK_UNLIMITED);
in read_reply()
950
res->
cur_psn
= (res->
cur_psn
+ 1) & BTH_PSN_MASK;
in read_reply()
958
if (psn_compare(res->
cur_psn
, qp->resp.psn) >= 0)
in read_reply()
959
qp->resp.psn = res->
cur_psn
;
in read_reply()
1290
res->
cur_psn
= pkt->psn;
in duplicate_request()
1329
res->
cur_psn
= pkt->psn;
in duplicate_request()
1352
res->
cur_psn
in duplicate_request()
[all...]
H
A
D
rxe_verbs.h
141
u32
cur_psn
;
member
Completed in 6 milliseconds