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_eq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma.h
21
struct
erdma_eq
{
struct
105
struct
erdma_eq
eq;
163
struct
erdma_eq
eq;
202
struct
erdma_eq
aeq;
270
void notify_eq(struct
erdma_eq
*eq);
271
void *get_next_valid_eqe(struct
erdma_eq
*eq);
H
A
D
erdma_eq.c
11
void notify_eq(struct
erdma_eq
*eq)
in notify_eq()
22
void *get_next_valid_eqe(struct
erdma_eq
*eq)
in get_next_valid_eqe()
85
struct
erdma_eq
*eq = &dev->aeq;
in erdma_aeq_init()
117
struct
erdma_eq
*eq = &dev->aeq;
in erdma_aeq_destroy()
209
static int create_eq_cmd(struct erdma_dev *dev, u32 eqn, struct
erdma_eq
*eq)
in create_eq_cmd()
231
struct
erdma_eq
*eq = &dev->ceqs[ceqn].eq;
in erdma_ceq_init_one()
261
struct
erdma_eq
*eq = &dev->ceqs[ceqn].eq;
in erdma_ceq_uninit_one()
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
H
A
D
erdma_cmdq.c
154
struct
erdma_eq
*eq = &cmdq->eq;
in erdma_cmdq_eq_init()
Completed in 3 milliseconds