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:pclc_smcd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.c
489
struct smc_clc_msg_smcd *
pclc_smcd
;
in smc_clc_send_proposal()
local
501
pclc_smcd
= &pclc->
pclc_smcd
;
in smc_clc_send_proposal()
512
plen = sizeof(*pclc_base) + sizeof(*
pclc_smcd
) + sizeof(*trl);
in smc_clc_send_proposal()
524
pclc_base->iparea_offset = htons(sizeof(*
pclc_smcd
));
in smc_clc_send_proposal()
546
pclc_smcd
->ism.gid = htonll(ini->ism_dev[0]->local_gid);
in smc_clc_send_proposal()
547
pclc_smcd
->ism.chid =
in smc_clc_send_proposal()
552
pclc_smcd
->v2_ext_offset = 0;
in smc_clc_send_proposal()
557
v2_ext_offset = sizeof(*
pclc_smcd
) -
in smc_clc_send_proposal()
563
pclc_smcd
in smc_clc_send_proposal()
[all...]
H
A
D
smc_clc.h
159
struct smc_clc_msg_smcd
pclc_smcd
;
member
H
A
D
af_smc.c
1514
struct smc_clc_msg_smcd *
pclc_smcd
;
in smc_find_ism_v2_device_serv()
local
1523
pclc_smcd
= smc_get_clc_msg_smcd(pclc);
in smc_find_ism_v2_device_serv()
1531
if (
pclc_smcd
->ism.chid)
in smc_find_ism_v2_device_serv()
1533
smc_check_ism_v2_match(ini, ntohs(
pclc_smcd
->ism.chid),
in smc_find_ism_v2_device_serv()
1534
ntohll(
pclc_smcd
->ism.gid), &matches);
in smc_find_ism_v2_device_serv()
1578
struct smc_clc_msg_smcd *
pclc_smcd
= smc_get_clc_msg_smcd(pclc);
in smc_find_ism_v1_device_serv()
local
1584
ini->ism_peer_gid[0] = ntohll(
pclc_smcd
->ism.gid);
in smc_find_ism_v1_device_serv()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
838
struct smc_clc_msg_smcd *
pclc_smcd
;
in smc_clc_send_proposal()
local
851
pclc_smcd
= &pclc->
pclc_smcd
;
in smc_clc_send_proposal()
862
plen = sizeof(*pclc_base) + sizeof(*
pclc_smcd
) + sizeof(*trl);
in smc_clc_send_proposal()
874
pclc_base->iparea_offset = htons(sizeof(*
pclc_smcd
));
in smc_clc_send_proposal()
897
pclc_smcd
->ism.gid =
in smc_clc_send_proposal()
899
pclc_smcd
->ism.chid =
in smc_clc_send_proposal()
904
pclc_smcd
->v2_ext_offset = 0;
in smc_clc_send_proposal()
910
v2_ext_offset = sizeof(*
pclc_smcd
) -
in smc_clc_send_proposal()
916
pclc_smcd
in smc_clc_send_proposal()
[all...]
H
A
D
af_smc.c
2141
struct smc_clc_msg_smcd *
pclc_smcd
;
in smc_find_ism_v2_device_serv()
local
2150
pclc_smcd
= smc_get_clc_msg_smcd(pclc);
in smc_find_ism_v2_device_serv()
2155
if (
pclc_smcd
->ism.chid)
in smc_find_ism_v2_device_serv()
2157
smc_check_ism_v2_match(ini, ntohs(
pclc_smcd
->ism.chid),
in smc_find_ism_v2_device_serv()
2158
ntohll(
pclc_smcd
->ism.gid), &matches);
in smc_find_ism_v2_device_serv()
2208
struct smc_clc_msg_smcd *
pclc_smcd
= smc_get_clc_msg_smcd(pclc);
in smc_find_ism_v1_device_serv()
local
2215
ini->ism_peer_gid[0] = ntohll(
pclc_smcd
->ism.gid);
in smc_find_ism_v1_device_serv()
H
A
D
smc_clc.h
177
struct smc_clc_msg_smcd
pclc_smcd
;
member
Completed in 16 milliseconds