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:v2_ext_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.h
139
__be16
v2_ext_offset
; /* SMC Version 2 Extension Offset */
member
292
if (!prop_smcd || !ntohs(prop_smcd->
v2_ext_offset
))
in smc_get_clc_v2_ext()
297
offsetof(struct smc_clc_msg_smcd,
v2_ext_offset
) +
in smc_get_clc_v2_ext()
298
sizeof(prop_smcd->
v2_ext_offset
) +
in smc_get_clc_v2_ext()
299
ntohs(prop_smcd->
v2_ext_offset
));
in smc_get_clc_v2_ext()
H
A
D
smc_clc.c
552
pclc_smcd->
v2_ext_offset
= 0;
in smc_clc_send_proposal()
554
u16
v2_ext_offset
;
in smc_clc_send_proposal()
local
557
v2_ext_offset
= sizeof(*pclc_smcd) -
in smc_clc_send_proposal()
558
offsetofend(struct smc_clc_msg_smcd,
v2_ext_offset
);
in smc_clc_send_proposal()
560
v2_ext_offset
+= sizeof(*pclc_prfx) +
in smc_clc_send_proposal()
563
pclc_smcd->
v2_ext_offset
= htons(
v2_ext_offset
);
in smc_clc_send_proposal()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.h
154
__be16
v2_ext_offset
; /* SMC Version 2 Extension Offset */
member
365
if (!prop_smcd || !ntohs(prop_smcd->
v2_ext_offset
))
in smc_get_clc_v2_ext()
370
offsetof(struct smc_clc_msg_smcd,
v2_ext_offset
) +
in smc_get_clc_v2_ext()
371
sizeof(prop_smcd->
v2_ext_offset
) +
in smc_get_clc_v2_ext()
372
ntohs(prop_smcd->
v2_ext_offset
));
in smc_get_clc_v2_ext()
H
A
D
smc_clc.c
904
pclc_smcd->
v2_ext_offset
= 0;
in smc_clc_send_proposal()
907
u16
v2_ext_offset
;
in smc_clc_send_proposal()
local
910
v2_ext_offset
= sizeof(*pclc_smcd) -
in smc_clc_send_proposal()
911
offsetofend(struct smc_clc_msg_smcd,
v2_ext_offset
);
in smc_clc_send_proposal()
913
v2_ext_offset
+= sizeof(*pclc_prfx) +
in smc_clc_send_proposal()
916
pclc_smcd->
v2_ext_offset
= htons(
v2_ext_offset
);
in smc_clc_send_proposal()
Completed in 6 milliseconds