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:peer_qpn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_core.h
115
u32
peer_qpn
; /* QP number of peer */
member
H
A
D
smc_ib.c
74
qp_attr.dest_qp_num = lnk->
peer_qpn
;
in smc_ib_modify_qp_rtr()
H
A
D
smc_core.c
733
lnk->
peer_qpn
= 0;
in smcr_link_clear()
1275
if ((lgr->role == SMC_SERV || lgr->lnk[i].
peer_qpn
== clcqpn) &&
in smcr_lgr_match()
H
A
D
af_smc.c
519
link->
peer_qpn
= ntoh24(clc->r0.qpn);
in smc_link_save_peer_info()
777
if (l->
peer_qpn
== ntoh24(aclc->r0.qpn) &&
in smc_connect_rdma()
H
A
D
smc_llc.c
860
link->
peer_qpn
= ntoh24(add_llc->sender_qp_num);
in smc_llc_save_add_link_info()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_core.h
145
u32
peer_qpn
; /* QP number of peer */
member
H
A
D
smc_core.c
1282
lnk->
peer_qpn
= 0;
in smcr_link_clear()
1853
if ((lgr->role == SMC_SERV || lnk->
peer_qpn
== clcqpn) &&
in smcr_lgr_match()
H
A
D
smc_ib.c
85
qp_attr.dest_qp_num = lnk->
peer_qpn
;
in smc_ib_modify_qp_rtr()
H
A
D
af_smc.c
747
link->
peer_qpn
= ntoh24(clc->r0.qpn);
in smc_link_save_peer_info()
1276
if (l->
peer_qpn
== ntoh24(aclc->r0.qpn) &&
in smc_connect_rdma()
H
A
D
smc_llc.c
1022
link->
peer_qpn
= ntoh24(add_llc->sender_qp_num);
in smc_llc_save_add_link_info()
Completed in 24 milliseconds