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:send_wqe
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_verbs.c
607
struct rxe_send_wqe *
send_wqe
;
in post_one_send()
local
621
send_wqe
= producer_addr(sq->queue);
in post_one_send()
623
err = init_send_wqe(qp, ibwr, mask, length,
send_wqe
);
in post_one_send()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_verbs.c
862
struct rxe_send_wqe *
send_wqe
;
in post_one_send()
local
877
send_wqe
= queue_producer_addr(sq->queue, QUEUE_TYPE_FROM_ULP);
in post_one_send()
878
err = init_send_wqe(qp, ibwr, mask, length,
send_wqe
);
in post_one_send()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.c
2850
bool
send_wqe
= true;
in efct_hw_io_send()
local
2944
if (
send_wqe
&& rc == 0) {
in efct_hw_io_send()
Completed in 7 milliseconds