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:sub_cqs_per_cq
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
efa-abi.h
41
__u16
sub_cqs_per_cq
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
efa-abi.h
41
__u16
sub_cqs_per_cq
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
38
__u16
sub_cqs_per_cq
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
38
__u16
sub_cqs_per_cq
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
128
u16
sub_cqs_per_cq
;
member
H
A
D
efa_admin_cmds_defs.h
467
* number of sub cqs - must be equal to
sub_cqs_per_cq
of queue
635
u16
sub_cqs_per_cq
;
member
H
A
D
efa_com_cmd.c
483
result->
sub_cqs_per_cq
= resp.u.queue_attr.
sub_cqs_per_cq
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
1076
if (cmd.num_sub_cqs != dev->dev_attr.
sub_cqs_per_cq
) {
in efa_create_cq()
1079
cmd.num_sub_cqs, dev->dev_attr.
sub_cqs_per_cq
);
in efa_create_cq()
1703
resp.
sub_cqs_per_cq
= dev->dev_attr.
sub_cqs_per_cq
;
in efa_alloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
136
u16
sub_cqs_per_cq
;
member
H
A
D
efa_admin_cmds_defs.h
479
* number of sub cqs - must be equal to
sub_cqs_per_cq
of queue
668
u16
sub_cqs_per_cq
;
member
H
A
D
efa_com_cmd.c
488
result->
sub_cqs_per_cq
= resp.u.queue_attr.
sub_cqs_per_cq
;
in efa_com_get_device_attr()
H
A
D
efa_verbs.c
1135
if (cmd.num_sub_cqs != dev->dev_attr.
sub_cqs_per_cq
) {
in efa_create_cq()
1138
cmd.num_sub_cqs, dev->dev_attr.
sub_cqs_per_cq
);
in efa_create_cq()
1846
resp.
sub_cqs_per_cq
= dev->dev_attr.
sub_cqs_per_cq
;
in efa_alloc_ucontext()
Completed in 15 milliseconds