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:smcr_version
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
af_smc.c
1104
if (!(ini->
smcr_version
& SMC_V1) ||
in smc_find_proposal_devices()
1106
ini->
smcr_version
&= ~SMC_V1;
in smc_find_proposal_devices()
1110
ini->
smcr_version
& SMC_V1);
in smc_find_proposal_devices()
1121
if (!(ini->
smcr_version
& SMC_V2) ||
in smc_find_proposal_devices()
1125
ini->
smcr_version
&= ~SMC_V2;
in smc_find_proposal_devices()
1129
ini->
smcr_version
& SMC_V2);
in smc_find_proposal_devices()
1520
ini->
smcr_version
= SMC_V1 | SMC_V2;
in __smc_connect()
1527
ini->
smcr_version
= 0;
in __smc_connect()
1566
ini->
smcr_version
= version;
in __smc_connect()
1987
ini->
smcr_version
in smc_listen_v2_check()
2255
u8
smcr_version
;
smc_find_rdma_v2_device_serv()
local
[all...]
H
A
D
smc_stats.h
251
u8 version = is_smcd ? i->smcd_version : i->
smcr_version
; \
H
A
D
smc_core.h
408
u8
smcr_version
;
member
H
A
D
smc_core.c
892
lgr->smc_version = ini->
smcr_version
;
in smc_lgr_create()
1831
static bool smcr_lgr_match(struct smc_link_group *lgr, u8
smcr_version
,
in smcr_lgr_match()
argument
1855
(
smcr_version
== SMC_V2 ||
in smcr_lgr_match()
1896
smcr_lgr_match(lgr, ini->
smcr_version
,
in smc_conn_create()
H
A
D
smc_clc.c
1191
if ((!(ini->smcd_version & SMC_V2) && !(ini->
smcr_version
& SMC_V2)) ||
in smc_clc_srv_v2x_features_validate()
1199
if (ini->
smcr_version
& SMC_V2) {
in smc_clc_srv_v2x_features_validate()
Completed in 10 milliseconds