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:callback_fcn
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_virtchnl.c
498
hmc_fcn_info.
callback_fcn
= pf_cqp_get_hmc_fcn_callback;
in i40iw_vchnl_recv_pf()
524
work_info.
callback_fcn
= pf_add_hmc_obj_callback;
in i40iw_vchnl_recv_pf()
532
work_info.
callback_fcn
= pf_del_hmc_obj_callback;
in i40iw_vchnl_recv_pf()
H
A
D
i40iw_utils.c
408
cqp_request->
callback_fcn
= NULL;
in i40iw_free_cqp_request()
941
work_info->
callback_fcn
(work_info->worker_vf_dev);
in i40iw_cqp_generic_worker()
984
hmcfcninfo->
callback_fcn
(cqp_request->info.in.u.manage_hmc_pm.dev,
in i40iw_cqp_manage_hmc_fcn_worker()
1004
if (hmcfcninfo && hmcfcninfo->
callback_fcn
) {
in i40iw_cqp_manage_hmc_fcn_callback()
1035
cqp_request->
callback_fcn
= i40iw_cqp_manage_hmc_fcn_callback;
in i40iw_cqp_manage_hmc_fcn_cmd()
H
A
D
i40iw_hmc.h
164
void (*
callback_fcn
)(struct i40iw_sc_dev *, void *,
member
H
A
D
i40iw_hw.c
150
if (cqp_request->
callback_fcn
)
in i40iw_cqp_ce_handler()
151
cqp_request->
callback_fcn
(cqp_request, 1);
in i40iw_cqp_ce_handler()
635
cqp_request->
callback_fcn
= i40iw_send_syn_cqp_callback;
in i40iw_manage_qhash()
H
A
D
i40iw.h
141
void (*
callback_fcn
)(struct i40iw_cqp_request*, u32);
member
H
A
D
i40iw_type.h
1369
void (*
callback_fcn
)(void *vf_dev);
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
main.h
161
void (*
callback_fcn
)(struct irdma_cqp_request *cqp_request);
member
543
void (*
callback_fcn
)(struct irdma_cqp_request *cqp_request),
H
A
D
utils.c
485
cqp_request->
callback_fcn
= NULL;
in irdma_free_cqp_request()
1229
cqp_request->
callback_fcn
= irdma_hw_modify_qp_callback;
in irdma_hw_modify_qp()
1780
cqp_request->
callback_fcn
= irdma_process_cqp_stats;
in irdma_cqp_gather_stats_cmd()
1947
* @
callback_fcn
: Callback function on CQP op completion
1954
void (*
callback_fcn
)(struct irdma_cqp_request *),
in irdma_ah_cqp_op()
1982
cqp_request->
callback_fcn
=
callback_fcn
;
in irdma_ah_cqp_op()
H
A
D
hw.c
2110
if (cqp_request->
callback_fcn
)
in irdma_cqp_ce_handler()
2111
cqp_request->
callback_fcn
(cqp_request);
in irdma_cqp_ce_handler()
2506
cqp_request->
callback_fcn
= irdma_send_syn_cqp_callback;
in irdma_manage_qhash()
2600
cqp_request->
callback_fcn
= irdma_hw_flush_wqes_callback;
in irdma_hw_flush_wqes()
Completed in 17 milliseconds