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:cq_entry_size
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
efa-abi.h
57
__u32
cq_entry_size
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
efa-abi.h
62
__u32
cq_entry_size
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
52
__u32
cq_entry_size
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
52
__u32
cq_entry_size
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
1069
if (!cmd.
cq_entry_size
) {
in efa_create_cq()
1071
"Invalid entry size [%u]\n", cmd.
cq_entry_size
);
in efa_create_cq()
1085
cq->size = PAGE_ALIGN(cmd.
cq_entry_size
* entries * cmd.num_sub_cqs);
in efa_create_cq()
1096
params.entry_size_in_bytes = cmd.
cq_entry_size
;
in efa_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
1126
if ((cmd.
cq_entry_size
!= sizeof(struct efa_io_rx_cdesc_ex)) &&
in efa_create_cq()
1128
cmd.
cq_entry_size
!= sizeof(struct efa_io_rx_cdesc))) {
in efa_create_cq()
1130
"Invalid entry size [%u]\n", cmd.
cq_entry_size
);
in efa_create_cq()
1144
cq->size = PAGE_ALIGN(cmd.
cq_entry_size
* entries * cmd.num_sub_cqs);
in efa_create_cq()
1155
params.entry_size_in_bytes = cmd.
cq_entry_size
;
in efa_create_cq()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
7048
ctx->mem_init[BNXT_CTX_MEM_INIT_CQ].size = ctx->
cq_entry_size
;
in bnxt_init_ctx_initializer()
7088
ctx->
cq_entry_size
= le16_to_cpu(resp->
cq_entry_size
);
in bnxt_hwrm_func_backing_store_qcaps()
7210
req->
cq_entry_size
= cpu_to_le16(ctx->
cq_entry_size
);
in bnxt_hwrm_func_backing_store_cfg()
7452
if (ctx->
cq_entry_size
) {
in bnxt_alloc_ctx_mem()
7453
mem_size = ctx->
cq_entry_size
* ctx_pg->entries;
in bnxt_alloc_ctx_mem()
H
A
D
bnxt.h
1527
u16
cq_entry_size
;
member
H
A
D
bnxt_hsi.h
2556
__le16
cq_entry_size
;
member
2947
__le16
cq_entry_size
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1471
u16
cq_entry_size
;
member
H
A
D
bnxt.c
6868
ctx->
cq_entry_size
= le16_to_cpu(resp->
cq_entry_size
);
in bnxt_hwrm_func_backing_store_qcaps()
6978
req.
cq_entry_size
= cpu_to_le16(ctx->
cq_entry_size
);
in bnxt_hwrm_func_backing_store_cfg()
7214
mem_size = ctx->
cq_entry_size
* ctx_pg->entries;
in bnxt_alloc_ctx_mem()
H
A
D
bnxt_hsi.h
2011
__le16
cq_entry_size
;
member
2353
__le16
cq_entry_size
;
member
Completed in 112 milliseconds