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:confllc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_llc.c
381
struct smc_llc_msg_confirm_link *
confllc
;
in smc_llc_send_confirm_link()
local
391
confllc
= (struct smc_llc_msg_confirm_link *)wr_buf;
in smc_llc_send_confirm_link()
392
memset(
confllc
, 0, sizeof(*
confllc
));
in smc_llc_send_confirm_link()
393
confllc
->hd.common.type = SMC_LLC_CONFIRM_LINK;
in smc_llc_send_confirm_link()
394
confllc
->hd.length = sizeof(struct smc_llc_msg_confirm_link);
in smc_llc_send_confirm_link()
395
confllc
->hd.flags |= SMC_LLC_FLAG_NO_RMBE_EYEC;
in smc_llc_send_confirm_link()
397
confllc
->hd.flags |= SMC_LLC_FLAG_RESP;
in smc_llc_send_confirm_link()
398
memcpy(
confllc
->sender_mac, link->smcibdev->mac[link->ibport - 1],
in smc_llc_send_confirm_link()
400
memcpy(
confllc
in smc_llc_send_confirm_link()
[all...]
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.c
450
struct smc_llc_msg_confirm_link *
confllc
;
in smc_llc_send_confirm_link()
local
460
confllc
= (struct smc_llc_msg_confirm_link *)wr_buf;
in smc_llc_send_confirm_link()
461
memset(
confllc
, 0, sizeof(*
confllc
));
in smc_llc_send_confirm_link()
462
confllc
->hd.common.llc_type = SMC_LLC_CONFIRM_LINK;
in smc_llc_send_confirm_link()
463
smc_llc_init_msg_hdr(&
confllc
->hd, link->lgr, sizeof(*
confllc
));
in smc_llc_send_confirm_link()
464
confllc
->hd.flags |= SMC_LLC_FLAG_NO_RMBE_EYEC;
in smc_llc_send_confirm_link()
466
confllc
->hd.flags |= SMC_LLC_FLAG_RESP;
in smc_llc_send_confirm_link()
467
memcpy(
confllc
in smc_llc_send_confirm_link()
[all...]
Completed in 5 milliseconds