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:SMC_V1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
357
if (hdr->version ==
SMC_V1
) {
in smc_clc_msg_prop_valid()
396
if (hdr->version ==
SMC_V1
) {
in smc_clc_msg_acc_conf_valid()
421
if (hdr->version ==
SMC_V1
) {
in smc_clc_msg_decl_valid()
731
(clcm->version <
SMC_V1
) ||
in smc_clc_wait_msg()
800
dclc.os_type = version ==
SMC_V1
? 0 : SMC_CLC_OS_LINUX;
in smc_clc_send_decline()
808
if (version ==
SMC_V1
) {
in smc_clc_send_decline()
1040
if (version ==
SMC_V1
) {
in smc_clc_send_confirm_accept()
1087
if (version ==
SMC_V1
) {
in smc_clc_send_confirm_accept()
1112
if (version >
SMC_V1
)
in smc_clc_send_confirm_accept()
1122
if (version >
SMC_V1
in smc_clc_send_confirm_accept()
[all...]
H
A
D
af_smc.c
685
if (clc->hdr.version ==
SMC_V1
||
in smc_conn_save_peer_info_fce()
1097
if (!(ini->smcd_version &
SMC_V1
) ||
in smc_find_proposal_devices()
1100
ini->smcd_version &= ~
SMC_V1
;
in smc_find_proposal_devices()
1104
if (!(ini->smcr_version &
SMC_V1
) ||
in smc_find_proposal_devices()
1106
ini->smcr_version &= ~
SMC_V1
;
in smc_find_proposal_devices()
1109
ini->smc_type_v1 = smc_indicated_type(ini->smcd_version &
SMC_V1
,
in smc_find_proposal_devices()
1110
ini->smcr_version &
SMC_V1
);
in smc_find_proposal_devices()
1211
if (!ini->first_contact_peer || aclc->hdr.version ==
SMC_V1
)
in smc_connect_rdma_v2_prepare()
1279
(aclc->hdr.version >
SMC_V1
||
in smc_connect_rdma()
1329
if (aclc->hdr.version >
SMC_V1
) {
in smc_connect_rdma()
[all...]
H
A
D
smc.h
22
#define
SMC_V1
1 /* SMC version V1 */
macro
H
A
D
smc_clc.h
397
if (clc_v2->hdr.version ==
SMC_V1
||
in smc_get_clc_first_contact_ext()
H
A
D
smc_core.c
366
if (lgr->smc_version >
SMC_V1
) {
in smc_nl_fill_lgr()
541
if (lgr->smc_version >
SMC_V1
) {
in smc_nl_fill_smcd_lgr()
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.c
52
if (hdr->version ==
SMC_V1
) {
in smc_clc_msg_prop_valid()
91
if (hdr->version ==
SMC_V1
) {
in smc_clc_msg_acc_conf_valid()
391
(clcm->version <
SMC_V1
) ||
in smc_clc_wait_msg()
459
dclc.os_type = version ==
SMC_V1
? 0 : SMC_CLC_OS_LINUX;
in smc_clc_send_decline()
664
if (version ==
SMC_V1
) {
in smc_clc_send_confirm_accept()
717
if (version >
SMC_V1
)
in smc_clc_send_confirm_accept()
724
if (version >
SMC_V1
&& first_contact) {
in smc_clc_send_confirm_accept()
H
A
D
af_smc.c
489
if (clc->hdr.version >
SMC_V1
&&
in smcd_conn_save_peer_info()
687
if (ini->smcd_version &
SMC_V1
) {
in smc_find_proposal_devices()
824
SMC_V1
);
in smc_connect_rdma()
942
(aclc->hdr.version ==
SMC_V1
&&
in smc_connect_check_aclc()
954
u8 version = smc_ism_v2_capable ? SMC_V2 :
SMC_V1
;
in __smc_connect()
978
ini->smcd_version =
SMC_V1
;
in __smc_connect()
985
ini->smcd_version &= ~
SMC_V1
;
in __smc_connect()
1012
version = aclc->hdr.version ==
SMC_V1
?
SMC_V1
: SMC_V2;
in __smc_connect()
1384
ini->smcd_version = ini->smc_type_v1 != SMC_TYPE_N ?
SMC_V1
in smc_listen_v2_check()
[all...]
H
A
D
smc.h
21
#define
SMC_V1
1 /* SMC version V1 */
macro
Completed in 14 milliseconds