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:op_ret_val
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_virtchnl.c
322
cqe_info->
op_ret_val
);
in pf_cqp_get_hmc_fcn_callback()
323
vf_dev->pmf_index = (u16)cqe_info->
op_ret_val
;
in pf_cqp_get_hmc_fcn_callback()
H
A
D
i40iw_hw.c
142
cqp_request->compl_info.
op_ret_val
= info.
op_ret_val
;
in i40iw_cqp_ce_handler()
H
A
D
i40iw.h
123
u32
op_ret_val
;
member
H
A
D
i40iw_utils.c
981
ccq_cqe_info.
op_ret_val
= cqp_request->compl_info.
op_ret_val
;
in i40iw_cqp_manage_hmc_fcn_worker()
H
A
D
i40iw_type.h
568
u32
op_ret_val
;
member
H
A
D
i40iw_main.c
1135
*mac_ip_tbl_idx = cqp_request->compl_info.
op_ret_val
;
in i40iw_alloc_local_mac_ipaddr_entry()
H
A
D
i40iw_verbs.c
213
qp->push_idx = cqp_request->compl_info.
op_ret_val
;
in i40iw_alloc_push_page()
H
A
D
i40iw_ctrl.c
752
info->
op_ret_val
= (u32)RS_64(temp1, I40IW_CCQ_OPRETVAL);
in i40iw_sc_ccq_get_cqe_info()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
utils.c
1820
stats_info->stats_idx = cqp_request->compl_info.
op_ret_val
;
in irdma_cqp_stats_inst_cmd()
1928
node_info->qs_handle = compl_info.
op_ret_val
;
in irdma_cqp_ws_node_cmd()
1930
compl_info.op_code, compl_info.
op_ret_val
);
in irdma_cqp_ws_node_cmd()
1932
node_info->qs_handle = cqp_request->compl_info.
op_ret_val
;
in irdma_cqp_ws_node_cmd()
2008
if (!cqp_request->compl_info.
op_ret_val
) {
in irdma_ieq_ah_cb()
2027
sc_ah->ah_info.ah_valid = !cqp_request->compl_info.
op_ret_val
;
in irdma_ilq_ah_cb()
2110
if (!cqp_request->compl_info.
op_ret_val
)
in irdma_gsi_ud_qp_ah_cb()
H
A
D
main.h
149
u32
op_ret_val
;
member
H
A
D
hw.c
2102
cqp_request->compl_info.
op_ret_val
= info.
op_ret_val
;
in irdma_cqp_ce_handler()
2280
*mac_tbl_idx = (u16)cqp_request->compl_info.
op_ret_val
;
in irdma_alloc_local_mac_entry()
H
A
D
type.h
670
u32
op_ret_val
;
member
H
A
D
verbs.c
253
if (!status && cqp_request->compl_info.
op_ret_val
<
in irdma_alloc_push_page()
255
qp->push_idx = cqp_request->compl_info.
op_ret_val
;
in irdma_alloc_push_page()
H
A
D
ctrl.c
3385
info->
op_ret_val
= (u32)FIELD_GET(IRDMA_CCQ_OPRETVAL, temp1);
in irdma_sc_ccq_get_cqe_info()
Completed in 42 milliseconds