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_LLC_FLAG_RESP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_llc.c
154
#define
SMC_LLC_FLAG_RESP
0x80
macro
397
confllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_confirm_link()
506
addllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_add_link()
547
delllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_delete_link()
740
addc_llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_add_link_cont()
793
qentry->msg.raw.hdr.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_cli_add_link_reject()
818
qentry->msg.raw.hdr.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_cli_conf_link()
1314
del_llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_process_cli_delete_link()
1487
llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_rmt_conf_rkey()
1514
llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_rmt_delete_rkey()
[all...]
H
A
D
smc_llc.h
18
#define
SMC_LLC_FLAG_RESP
0x80
macro
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.c
197
#define
SMC_LLC_FLAG_RESP
0x80
macro
466
confllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_confirm_link()
677
addllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_add_link()
724
delllc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_delete_link()
880
addc_llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_add_link_cont()
933
qentry->msg.raw.hdr.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_cli_add_link_reject()
960
qentry->msg.raw.hdr.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_cli_conf_link()
1396
qentry->msg.raw.hdr.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_send_req_add_link_response()
1613
del_llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_process_cli_delete_link()
1788
llc->hd.flags |=
SMC_LLC_FLAG_RESP
;
in smc_llc_rmt_conf_rkey()
[all...]
H
A
D
smc_llc.h
18
#define
SMC_LLC_FLAG_RESP
0x80
macro
Completed in 7 milliseconds