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_wr_tx_pend
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_wr.c
40
struct
smc_wr_tx_pend
{ /* control data for a pending send request */
struct
83
struct
smc_wr_tx_pend
pnd_snd;
in smc_wr_tx_process_cqe()
105
/* clear the full struct
smc_wr_tx_pend
including .priv */
in smc_wr_tx_process_cqe()
187
struct
smc_wr_tx_pend
*wr_pend;
in smc_wr_tx_get_free_slot()
232
struct
smc_wr_tx_pend
*pend;
in smc_wr_tx_put_slot()
234
pend = container_of(wr_pend_priv, struct
smc_wr_tx_pend
, priv);
in smc_wr_tx_put_slot()
238
/* clear the full struct
smc_wr_tx_pend
including .priv */
in smc_wr_tx_put_slot()
256
struct
smc_wr_tx_pend
*pend;
in smc_wr_tx_send()
261
pend = container_of(priv, struct
smc_wr_tx_pend
, priv);
in smc_wr_tx_send()
277
struct
smc_wr_tx_pend
*pen
in smc_wr_tx_send_wait()
[all...]
H
A
D
smc_core.h
89
struct
smc_wr_tx_pend
*wr_tx_pends; /* WR send waiting for CQE */
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_wr.c
40
struct
smc_wr_tx_pend
{ /* control data for a pending send request */
struct
79
struct
smc_wr_tx_pend
pnd_snd;
in smc_wr_tx_process_cqe()
101
/* clear the full struct
smc_wr_tx_pend
including .priv */
in smc_wr_tx_process_cqe()
112
/* clear the full struct
smc_wr_tx_pend
including .priv */
in smc_wr_tx_process_cqe()
202
struct
smc_wr_tx_pend
*wr_pend;
in smc_wr_tx_get_free_slot()
249
struct
smc_wr_tx_pend
*wr_pend;
in smc_wr_tx_get_v2_slot()
274
struct
smc_wr_tx_pend
*pend;
in smc_wr_tx_put_slot()
276
pend = container_of(wr_pend_priv, struct
smc_wr_tx_pend
, priv);
in smc_wr_tx_put_slot()
280
/* clear the full struct
smc_wr_tx_pend
including .priv */
in smc_wr_tx_put_slot()
306
struct
smc_wr_tx_pend
*pen
in smc_wr_tx_send()
[all...]
H
A
D
smc_core.h
106
struct
smc_wr_tx_pend
*wr_tx_pends; /* WR send waiting for CQE */
111
struct
smc_wr_tx_pend
*wr_tx_v2_pend; /* WR send v2 waiting for CQE */
Completed in 4 milliseconds