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:ceq_cb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_eq.c
124
void erdma_ceq_completion_handler(struct erdma_eq_cb *
ceq_cb
)
in erdma_ceq_completion_handler()
argument
126
struct erdma_dev *dev =
ceq_cb
->dev;
in erdma_ceq_completion_handler()
132
if (!
ceq_cb
->ready)
in erdma_ceq_completion_handler()
136
ceqe = get_next_valid_eqe(&
ceq_cb
->eq);
in erdma_ceq_completion_handler()
141
ceq_cb
->eq.ci++;
in erdma_ceq_completion_handler()
156
notify_eq(&
ceq_cb
->eq);
in erdma_ceq_completion_handler()
161
struct erdma_eq_cb *
ceq_cb
= data;
in erdma_intr_ceq_handler()
local
163
tasklet_schedule(&
ceq_cb
->tasklet);
in erdma_intr_ceq_handler()
H
A
D
erdma.h
277
void erdma_ceq_completion_handler(struct erdma_eq_cb *
ceq_cb
);
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_eqs.c
152
struct hinic_ceq_cb *
ceq_cb
= &ceqs->
ceq_cb
[event];
in hinic_ceq_register_cb()
local
154
ceq_cb
->handler = handler;
in hinic_ceq_register_cb()
155
ceq_cb
->handle = handle;
in hinic_ceq_register_cb()
156
ceq_cb
->ceqe_state = HINIC_EQE_ENABLED;
in hinic_ceq_register_cb()
167
struct hinic_ceq_cb *
ceq_cb
= &ceqs->
ceq_cb
[event];
in hinic_ceq_unregister_cb()
local
169
ceq_cb
->ceqe_state &= ~HINIC_EQE_ENABLED;
in hinic_ceq_unregister_cb()
171
while (
ceq_cb
->ceqe_state & HINIC_EQE_RUNNING)
in hinic_ceq_unregister_cb()
174
ceq_cb
in hinic_ceq_unregister_cb()
286
struct hinic_
ceq_cb
*
ceq_cb
;
ceq_event_handler()
local
[all...]
H
A
D
hinic_hw_eqs.h
228
struct hinic_ceq_cb
ceq_cb
[HINIC_MAX_CEQ_EVENTS];
member
241
void (*
ceq_cb
)(void *handle, u32 ceqe_data));
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_eqs.c
152
struct hinic_ceq_cb *
ceq_cb
= &ceqs->
ceq_cb
[event];
in hinic_ceq_register_cb()
local
154
ceq_cb
->handler = handler;
in hinic_ceq_register_cb()
155
ceq_cb
->handle = handle;
in hinic_ceq_register_cb()
156
ceq_cb
->ceqe_state = HINIC_EQE_ENABLED;
in hinic_ceq_register_cb()
167
struct hinic_ceq_cb *
ceq_cb
= &ceqs->
ceq_cb
[event];
in hinic_ceq_unregister_cb()
local
169
ceq_cb
->ceqe_state &= ~HINIC_EQE_ENABLED;
in hinic_ceq_unregister_cb()
171
while (
ceq_cb
->ceqe_state & HINIC_EQE_RUNNING)
in hinic_ceq_unregister_cb()
174
ceq_cb
in hinic_ceq_unregister_cb()
286
struct hinic_
ceq_cb
*
ceq_cb
;
ceq_event_handler()
local
[all...]
H
A
D
hinic_hw_eqs.h
228
struct hinic_ceq_cb
ceq_cb
[HINIC_MAX_CEQ_EVENTS];
member
241
void (*
ceq_cb
)(void *handle, u32 ceqe_data));
Completed in 5 milliseconds