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_ism_get_chid
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_ism.h
54
u16
smc_ism_get_chid
(struct smcd_dev *dev);
H
A
D
smc_clc.c
548
htons(
smc_ism_get_chid
(ini->ism_dev[0]));
in smc_clc_send_proposal()
584
htons(
smc_ism_get_chid
(ini->ism_dev[i]));
in smc_clc_send_proposal()
669
clc_v2->chid = htons(
smc_ism_get_chid
(conn->lgr->smcd));
in smc_clc_send_confirm_accept()
H
A
D
smc_ism.c
49
u16
smc_ism_get_chid
(struct smcd_dev *smcd)
in smc_ism_get_chid()
function
H
A
D
af_smc.c
617
ini->ism_chid[0] =
smc_ism_get_chid
(ini->ism_dev[0]);
in smc_find_ism_device()
650
chid =
smc_ism_get_chid
(smcd);
in smc_find_ism_v2_device_clnt()
1498
if (
smc_ism_get_chid
(smcd) == proposed_chid &&
in smc_check_ism_v2_match()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_ism.h
43
u16
smc_ism_get_chid
(struct smcd_dev *dev);
H
A
D
smc_clc.c
900
htons(
smc_ism_get_chid
(ini->ism_dev[0]));
in smc_clc_send_proposal()
948
htons(
smc_ism_get_chid
(ini->ism_dev[i]));
in smc_clc_send_proposal()
1043
clc_v2->d1.chid = htons(
smc_ism_get_chid
(smcd));
in smc_clc_send_confirm_accept()
H
A
D
smc_ism.c
61
u16
smc_ism_get_chid
(struct smcd_dev *smcd)
in smc_ism_get_chid()
function
H
A
D
af_smc.c
1027
ini->ism_chid[0] =
smc_ism_get_chid
(ini->ism_dev[0]);
in smc_find_ism_device()
1060
chid =
smc_ism_get_chid
(smcd);
in smc_find_ism_v2_device_clnt()
2119
if (
smc_ism_get_chid
(smcd) == proposed_chid &&
in smc_check_ism_v2_match()
H
A
D
smc_core.c
535
if (nla_put_u32(skb, SMC_NLA_LGR_D_CHID,
smc_ism_get_chid
(lgr->smcd)))
in smc_nl_fill_smcd_lgr()
Completed in 16 milliseconds