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:erdma_cmdq
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_cmdq.c
9
static void arm_cmdq_cq(struct
erdma_cmdq
*cmdq)
in arm_cmdq_cq()
23
static void kick_cmdq_db(struct
erdma_cmdq
*cmdq)
in kick_cmdq_db()
32
static struct erdma_comp_wait *get_comp_wait(struct
erdma_cmdq
*cmdq)
in get_comp_wait()
50
static void put_comp_wait(struct
erdma_cmdq
*cmdq,
in put_comp_wait()
64
struct
erdma_cmdq
*cmdq)
in erdma_cmdq_wait_res_init()
90
struct
erdma_cmdq
*cmdq = &dev->cmdq;
in erdma_cmdq_sq_init()
122
struct
erdma_cmdq
*cmdq = &dev->cmdq;
in erdma_cmdq_cq_init()
153
struct
erdma_cmdq
*cmdq = &dev->cmdq;
in erdma_cmdq_eq_init()
185
struct
erdma_cmdq
*cmdq = &dev->cmdq;
in erdma_cmdq_init()
237
struct
erdma_cmdq
*cmd
in erdma_cmdq_destroy()
[all...]
H
A
D
erdma.h
96
struct
erdma_cmdq
{
struct
201
struct
erdma_cmdq
cmdq;
264
int erdma_post_cmd_wait(struct
erdma_cmdq
*cmdq, void *req, u32 req_size,
266
void erdma_cmdq_completion_handler(struct
erdma_cmdq
*cmdq);
H
A
D
Makefile
4
erdma-y := erdma_cm.o erdma_main.o
erdma_cmdq
.o erdma_cq.o erdma_verbs.o erdma_qp.o erdma_eq.o
Completed in 2 milliseconds