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:max_cq_depth
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
120
u32
max_cq_depth
; /* cqes */
member
H
A
D
efa_admin_cmds_defs.h
632
u32
max_cq_depth
;
member
H
A
D
efa_com_cmd.c
474
result->
max_cq_depth
= resp.u.queue_attr.
max_cq_depth
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
217
props->max_cqe = dev_attr->
max_cq_depth
;
in efa_query_device()
1031
if (entries < 1 || entries > dev->dev_attr.
max_cq_depth
) {
in efa_create_cq()
1034
entries, dev->dev_attr.
max_cq_depth
);
in efa_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
125
u32
max_cq_depth
; /* cqes */
member
H
A
D
efa_admin_cmds_defs.h
665
u32
max_cq_depth
;
member
H
A
D
efa_com_cmd.c
479
result->
max_cq_depth
= resp.u.queue_attr.
max_cq_depth
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
235
props->max_cqe = dev_attr->
max_cq_depth
;
in efa_query_device()
1087
if (entries < 1 || entries > dev->dev_attr.
max_cq_depth
) {
in efa_create_cq()
1090
entries, dev->dev_attr.
max_cq_depth
);
in efa_create_cq()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_admin_defs.h
623
u32
max_cq_depth
;
member
H
A
D
ena_netdev.c
4081
max_rx_queue_size = min_t(u32, max_queues->
max_cq_depth
,
in ena_calc_io_queue_size()
4083
max_tx_queue_size = max_queues->
max_cq_depth
;
in ena_calc_io_queue_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_admin_defs.h
631
u32
max_cq_depth
;
member
H
A
D
ena_netdev.c
3460
max_rx_queue_size = min_t(u32, max_queues->
max_cq_depth
,
in ena_calc_io_queue_size()
3462
max_tx_queue_size = max_queues->
max_cq_depth
;
in ena_calc_io_queue_size()
Completed in 29 milliseconds