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:typev2
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.c
70
(hdr->
typev2
!= SMC_TYPE_N ?
in smc_clc_msg_prop_valid()
73
(smcd_indicated(hdr->
typev2
) ?
in smc_clc_msg_prop_valid()
434
if (((struct smc_clc_msg_decline *)buf)->hdr.
typev2
&
in smc_clc_wait_msg()
460
dclc.hdr.
typev2
= (peer_diag_info == SMC_CLC_DECL_SYNCERR) ?
in smc_clc_send_decline()
511
pclc_base->hdr.
typev2
= ini->smc_type_v2;
in smc_clc_send_proposal()
653
clc->hdr.
typev2
|= SMC_FIRST_CONTACT_MASK;
in smc_clc_send_confirm_accept()
H
A
D
smc_clc.h
57
#define SMC_FIRST_CONTACT_MASK 0b10 /* first contact bit within
typev2
*/
65
typev2
: 2,
member
69
typev2
: 2,
member
H
A
D
af_smc.c
490
(clc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK)) {
in smcd_conn_save_peer_info()
758
ini->first_contact_peer = aclc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK;
in smc_connect_rdma()
881
ini->first_contact_peer = aclc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK;
in smc_connect_ism()
1383
ini->smc_type_v2 = pclc->hdr.
typev2
;
in smc_listen_v2_check()
1404
pclc->hdr.
typev2
== SMC_TYPE_B)
in smc_listen_v2_check()
1407
pclc->hdr.
typev2
== SMC_TYPE_D)
in smc_listen_v2_check()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
375
(hdr->
typev2
!= SMC_TYPE_N ?
in smc_clc_msg_prop_valid()
378
(smcd_indicated(hdr->
typev2
) ?
in smc_clc_msg_prop_valid()
774
if (((struct smc_clc_msg_decline *)buf)->hdr.
typev2
&
in smc_clc_wait_msg()
801
dclc.hdr.
typev2
= (peer_diag_info == SMC_CLC_DECL_SYNCERR) ?
in smc_clc_send_decline()
861
pclc_base->hdr.
typev2
= ini->smc_type_v2;
in smc_clc_send_proposal()
1029
clc->hdr.
typev2
|= SMC_FIRST_CONTACT_MASK;
in smc_clc_send_confirm_accept()
1246
!(cclc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK))
in smc_clc_v2x_features_confirm_check()
H
A
D
smc_clc.h
70
#define SMC_FIRST_CONTACT_MASK 0b10 /* first contact bit within
typev2
*/
78
typev2
: 2,
member
82
typev2
: 2,
member
398
!(clc_v2->hdr.
typev2
& SMC_FIRST_CONTACT_MASK))
in smc_get_clc_first_contact_ext()
H
A
D
af_smc.c
686
!(clc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK))
in smc_conn_save_peer_info_fce()
1248
ini->first_contact_peer = aclc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK;
in smc_connect_rdma()
1398
ini->first_contact_peer = aclc->hdr.
typev2
& SMC_FIRST_CONTACT_MASK;
in smc_connect_ism()
1985
ini->smc_type_v2 = pclc->hdr.
typev2
;
in smc_listen_v2_check()
2352
!smcr_indicated(pclc->hdr.
typev2
))
in smc_listen_find_device()
Completed in 14 milliseconds