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_sq_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
117
u32
max_sq_depth
; /* wqes */
member
H
A
D
efa_admin_cmds_defs.h
620
u32
max_sq_depth
;
member
H
A
D
efa_com_cmd.c
471
result->
max_sq_depth
= resp.u.queue_attr.
max_sq_depth
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
218
props->max_qp_wr = min_t(u32, dev_attr->
max_sq_depth
,
in efa_query_device()
228
resp.max_sq_wr = dev_attr->
max_sq_depth
;
in efa_query_device()
542
if (init_attr->cap.max_send_wr > dev->dev_attr.
max_sq_depth
) {
in efa_qp_validate_cap()
546
dev->dev_attr.
max_sq_depth
);
in efa_qp_validate_cap()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
122
u32
max_sq_depth
; /* wqes */
member
H
A
D
efa_admin_cmds_defs.h
653
u32
max_sq_depth
;
member
H
A
D
efa_com_cmd.c
476
result->
max_sq_depth
= resp.u.queue_attr.
max_sq_depth
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
236
props->max_qp_wr = min_t(u32, dev_attr->
max_sq_depth
,
in efa_query_device()
246
resp.max_sq_wr = dev_attr->
max_sq_depth
;
in efa_query_device()
569
if (init_attr->cap.max_send_wr > dev->dev_attr.
max_sq_depth
) {
in efa_qp_validate_cap()
573
dev->dev_attr.
max_sq_depth
);
in efa_qp_validate_cap()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_admin_defs.h
619
u32
max_sq_depth
;
member
H
A
D
ena_netdev.c
4082
max_queues->
max_sq_depth
);
in ena_calc_io_queue_size()
4090
max_queues->
max_sq_depth
);
in ena_calc_io_queue_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_admin_defs.h
627
u32
max_sq_depth
;
member
H
A
D
ena_netdev.c
3461
max_queues->
max_sq_depth
);
in ena_calc_io_queue_size()
3469
max_queues->
max_sq_depth
);
in ena_calc_io_queue_size()
Completed in 27 milliseconds