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:llc_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.c
235
u8 msg_type = qentry->msg.raw.hdr.common.
llc_type
;
in smc_llc_flow_parallel()
266
switch (qentry->msg.raw.hdr.common.
llc_type
) {
in smc_llc_flow_start()
353
rcv_msg = flow->qentry->msg.raw.hdr.common.
llc_type
;
in smc_llc_wait()
462
confllc->hd.common.
llc_type
= SMC_LLC_CONFIRM_LINK;
in smc_llc_send_confirm_link()
503
rkeyllc->hd.common.
llc_type
= SMC_LLC_CONFIRM_RKEY;
in smc_llc_send_confirm_rkey()
551
rkeyllc->hd.common.
llc_type
= SMC_LLC_DELETE_RKEY;
in smc_llc_send_delete_rkey()
675
addllc->hd.common.
llc_type
= SMC_LLC_ADD_LINK;
in smc_llc_send_add_link()
721
delllc->hd.common.
llc_type
= SMC_LLC_DELETE_LINK;
in smc_llc_send_delete_link()
754
testllc->hd.common.
llc_type
= SMC_LLC_TEST_LINK;
in smc_llc_send_test_link()
877
addc_llc->hd.common.
llc_type
in smc_llc_add_link_cont()
2019
u8
llc_type
= qentry->msg.raw.hdr.common.
llc_type
;
smc_llc_rx_response()
local
[all...]
H
A
D
smc.h
69
llc_type
:4;
member
73
u8
llc_type
:4,
member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
wl12xx_80211.h
124
__be16
llc_type
;
member
H
A
D
cmd.c
1238
tmpl->
llc_type
= cpu_to_be16(ETH_P_ARP);
in wl1271_cmd_build_arp_rsp()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
wl12xx_80211.h
124
__be16
llc_type
;
member
H
A
D
cmd.c
1236
tmpl->
llc_type
= cpu_to_be16(ETH_P_ARP);
in wl1271_cmd_build_arp_rsp()
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_llc.c
1522
"
llc_type
%d\n", SMC_LGR_ID_SIZE, &lgr->id, type);
in smc_llc_protocol_violation()
1666
u8
llc_type
= qentry->msg.raw.hdr.common.type;
in smc_llc_rx_response()
local
1668
switch (
llc_type
) {
in smc_llc_rx_response()
1692
smc_llc_protocol_violation(link->lgr,
llc_type
);
in smc_llc_rx_response()
Completed in 11 milliseconds