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:wr_tx_v2_pend
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_wr.c
97
link->
wr_tx_v2_pend
->wr_id != wc->wr_id)
in smc_wr_tx_process_cqe()
99
link->
wr_tx_v2_pend
->wc_status = wc->status;
in smc_wr_tx_process_cqe()
100
memcpy(&pnd_snd, link->
wr_tx_v2_pend
, sizeof(pnd_snd));
in smc_wr_tx_process_cqe()
102
memset(link->
wr_tx_v2_pend
, 0,
in smc_wr_tx_process_cqe()
103
sizeof(*link->
wr_tx_v2_pend
));
in smc_wr_tx_process_cqe()
123
memset(link->
wr_tx_v2_pend
, 0,
in smc_wr_tx_process_cqe()
124
sizeof(*link->
wr_tx_v2_pend
));
in smc_wr_tx_process_cqe()
253
if (link->
wr_tx_v2_pend
->idx == link->wr_tx_cnt)
in smc_wr_tx_get_v2_slot()
259
wr_pend = link->
wr_tx_v2_pend
;
in smc_wr_tx_get_v2_slot()
291
memset(&link->
wr_tx_v2_pend
,
in smc_wr_tx_put_slot()
[all...]
H
A
D
smc_core.h
111
struct smc_wr_tx_pend *
wr_tx_v2_pend
; /* WR send v2 waiting for CQE */
member
Completed in 3 milliseconds