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:smcd_cdc_msg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_cdc.h
69
struct
smcd_cdc_msg
{
struct
256
struct
smcd_cdc_msg
*peer,
in smcd_cdc_msg_to_host()
277
smcd_cdc_msg_to_host(local, (struct
smcd_cdc_msg
*)peer, conn);
in smc_cdc_msg_to_host()
H
A
D
smc_cdc.c
229
struct
smcd_cdc_msg
cdc;
in smcd_cdc_msg_send()
398
struct
smcd_cdc_msg
*data_cdc;
in smcd_cdc_rx_tsklet()
399
struct
smcd_cdc_msg
cdc;
in smcd_cdc_rx_tsklet()
405
data_cdc = (struct
smcd_cdc_msg
*)conn->rmb_desc->cpu_addr;
in smcd_cdc_rx_tsklet()
H
A
D
smc_core.c
768
buf_desc->len += sizeof(struct
smcd_cdc_msg
);
in smcd_buf_free()
849
buf_desc->len += sizeof(struct
smcd_cdc_msg
);
in smcd_unregister_all_dmbs()
1365
conn->rx_off = sizeof(struct
smcd_cdc_msg
);
in smc_conn_create()
1638
buf_desc->len = bufsize - sizeof(struct
smcd_cdc_msg
);
in smcd_new_buf_create()
H
A
D
smc_tx.c
373
sizeof(struct
smcd_cdc_msg
), 0);
in smcd_tx_rdma_writes()
H
A
D
af_smc.c
486
smc->conn.peer_rmbe_size = bufsize - sizeof(struct
smcd_cdc_msg
);
in smcd_conn_save_peer_info()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_cdc.h
69
struct
smcd_cdc_msg
{
struct
256
struct
smcd_cdc_msg
*peer,
in smcd_cdc_msg_to_host()
277
smcd_cdc_msg_to_host(local, (struct
smcd_cdc_msg
*)peer, conn);
in smc_cdc_msg_to_host()
H
A
D
smc_cdc.c
240
struct
smcd_cdc_msg
cdc;
in smcd_cdc_msg_send()
413
struct
smcd_cdc_msg
*data_cdc;
in smcd_cdc_rx_tsklet()
414
struct
smcd_cdc_msg
cdc;
in smcd_cdc_rx_tsklet()
420
data_cdc = (struct
smcd_cdc_msg
*)conn->rmb_desc->cpu_addr;
in smcd_cdc_rx_tsklet()
H
A
D
smc_core.c
1158
conn->rmb_desc->len + sizeof(struct
smcd_cdc_msg
));
in smc_buf_unuse()
1324
buf_desc->len += sizeof(struct
smcd_cdc_msg
);
in smcd_buf_free()
1954
conn->rx_off = sizeof(struct
smcd_cdc_msg
);
in smc_conn_create()
2305
buf_desc->len = bufsize - sizeof(struct
smcd_cdc_msg
);
in smcd_new_buf_create()
H
A
D
smc_tx.c
434
sizeof(struct
smcd_cdc_msg
), 0);
in smcd_tx_rdma_writes()
H
A
D
af_smc.c
728
smc->conn.peer_rmbe_size = bufsize - sizeof(struct
smcd_cdc_msg
);
in smcd_conn_save_peer_info()
Completed in 18 milliseconds