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:addllc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_llc.c
490
struct smc_llc_msg_add_link *
addllc
;
in smc_llc_send_add_link()
local
500
addllc
= (struct smc_llc_msg_add_link *)wr_buf;
in smc_llc_send_add_link()
502
memset(
addllc
, 0, sizeof(*
addllc
));
in smc_llc_send_add_link()
503
addllc
->hd.common.type = SMC_LLC_ADD_LINK;
in smc_llc_send_add_link()
504
addllc
->hd.length = sizeof(struct smc_llc_msg_add_link);
in smc_llc_send_add_link()
506
addllc
->hd.flags |= SMC_LLC_FLAG_RESP;
in smc_llc_send_add_link()
507
memcpy(
addllc
->sender_mac, mac, ETH_ALEN);
in smc_llc_send_add_link()
508
memcpy(
addllc
->sender_gid, gid, SMC_GID_SIZE);
in smc_llc_send_add_link()
510
addllc
in smc_llc_send_add_link()
[all...]
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.c
648
struct smc_llc_msg_add_link *
addllc
;
in smc_llc_send_add_link()
local
650
int len = sizeof(*
addllc
);
in smc_llc_send_add_link()
661
addllc
= (struct smc_llc_msg_add_link *)wr_buf;
in smc_llc_send_add_link()
663
&wr_buf->raw[sizeof(*
addllc
)];
in smc_llc_send_add_link()
671
addllc
= (struct smc_llc_msg_add_link *)wr_buf;
in smc_llc_send_add_link()
674
memset(
addllc
, 0, sizeof(*
addllc
));
in smc_llc_send_add_link()
675
addllc
->hd.common.llc_type = SMC_LLC_ADD_LINK;
in smc_llc_send_add_link()
677
addllc
->hd.flags |= SMC_LLC_FLAG_RESP;
in smc_llc_send_add_link()
678
memcpy(
addllc
in smc_llc_send_add_link()
[all...]
Completed in 5 milliseconds