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:new_cqes
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
H
A
D
fun_queue.c
286
unsigned int
new_cqes
;
in __fun_process_cq()
local
294
for (
new_cqes
= 0;
new_cqes
< max;
new_cqes
++) {
in __fun_process_cq()
331
funq->cqid,
new_cqes
, max, funq->cq_head, funq->cq_phase);
in __fun_process_cq()
332
return
new_cqes
;
in __fun_process_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.h
537
int
new_cqes
);
H
A
D
qplib_fp.c
2151
int
new_cqes
)
in bnxt_qplib_resize_cq()
2167
hwq_attr.depth =
new_cqes
;
in bnxt_qplib_resize_cq()
2179
new_sz = (
new_cqes
<< CMDQ_RESIZE_CQ_NEW_CQ_SIZE_SFT) &
in bnxt_qplib_resize_cq()
2150
bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq, int
new_cqes
)
bnxt_qplib_resize_cq()
argument
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
2228
u16
new_cqes
;
in qedf_process_completions()
local
2238
new_cqes
= (prod_idx >= que->cq_prod_idx) ?
in qedf_process_completions()
2245
while (
new_cqes
) {
in qedf_process_completions()
2307
new_cqes
--;
in qedf_process_completions()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
2231
u16
new_cqes
;
in qedf_process_completions()
local
2241
new_cqes
= (prod_idx >= que->cq_prod_idx) ?
in qedf_process_completions()
2248
while (
new_cqes
) {
in qedf_process_completions()
2309
new_cqes
--;
in qedf_process_completions()
Completed in 19 milliseconds