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:num_sub_cqs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
efa-abi.h
58
__u16
num_sub_cqs
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
efa-abi.h
63
__u16
num_sub_cqs
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
53
__u16
num_sub_cqs
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
53
__u16
num_sub_cqs
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
74
u16
num_sub_cqs
;
member
H
A
D
efa_verbs.c
1039
if (offsetofend(typeof(cmd),
num_sub_cqs
) > udata->inlen) {
in efa_create_cq()
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()
1085
cq->size = PAGE_ALIGN(cmd.cq_entry_size * entries * cmd.
num_sub_cqs
);
in efa_create_cq()
1097
params.
num_sub_cqs
= cmd.
num_sub_cqs
;
in efa_create_cq()
H
A
D
efa_admin_cmds_defs.h
470
u16
num_sub_cqs
;
member
H
A
D
efa_com_cmd.c
170
create_cmd.
num_sub_cqs
= params->
num_sub_cqs
;
in efa_com_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
74
u16
num_sub_cqs
;
member
H
A
D
efa_admin_cmds_defs.h
482
u16
num_sub_cqs
;
member
H
A
D
efa_verbs.c
1095
if (offsetofend(typeof(cmd),
num_sub_cqs
) > udata->inlen) {
in efa_create_cq()
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()
1144
cq->size = PAGE_ALIGN(cmd.cq_entry_size * entries * cmd.
num_sub_cqs
);
in efa_create_cq()
1156
params.
num_sub_cqs
= cmd.
num_sub_cqs
;
in efa_create_cq()
H
A
D
efa_com_cmd.c
164
create_cmd.
num_sub_cqs
= params->
num_sub_cqs
;
in efa_com_create_cq()
Completed in 14 milliseconds