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_hw_cqe
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
ocrdma-abi.h
89
__u32
max_hw_cqe
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
ocrdma-abi.h
89
__u32
max_hw_cqe
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
ocrdma-abi.h
55
__u32
max_hw_cqe
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H
A
D
ocrdma-abi.h
43
__u32
max_hw_cqe
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
ocrdma-abi.h
55
__u32
max_hw_cqe
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_hw.c
1786
int status = -ENOMEM; int
max_hw_cqe
;
in ocrdma_mbx_create_cq()
local
1801
cq->
max_hw_cqe
= 1;
in ocrdma_mbx_create_cq()
1802
max_hw_cqe
= 1;
in ocrdma_mbx_create_cq()
1806
cq->
max_hw_cqe
= dev->attr.max_cqe;
in ocrdma_mbx_create_cq()
1807
max_hw_cqe
= dev->attr.max_cqe;
in ocrdma_mbx_create_cq()
1812
cq->len = roundup(
max_hw_cqe
* cqe_size, OCRDMA_MIN_Q_PAGE_SIZE);
in ocrdma_mbx_create_cq()
H
A
D
ocrdma.h
321
* at
max_hw_cqe
323
u32
max_hw_cqe
;
member
H
A
D
ocrdma_verbs.c
939
uresp.
max_hw_cqe
= cq->
max_hw_cqe
;
in ocrdma_copy_cq_uresp()
1017
if (new_cnt < 1 || new_cnt > cq->
max_hw_cqe
) {
in ocrdma_resize_cq()
1645
cur_getp = (cur_getp + 1) % cq->
max_hw_cqe
;
in ocrdma_discard_cqes()
2793
cur_getp = (cur_getp + 1) % cq->
max_hw_cqe
;
in ocrdma_poll_hwcq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_hw.c
1782
int status = -ENOMEM; int
max_hw_cqe
;
in ocrdma_mbx_create_cq()
local
1797
cq->
max_hw_cqe
= 1;
in ocrdma_mbx_create_cq()
1798
max_hw_cqe
= 1;
in ocrdma_mbx_create_cq()
1802
cq->
max_hw_cqe
= dev->attr.max_cqe;
in ocrdma_mbx_create_cq()
1803
max_hw_cqe
= dev->attr.max_cqe;
in ocrdma_mbx_create_cq()
1808
cq->len = roundup(
max_hw_cqe
* cqe_size, OCRDMA_MIN_Q_PAGE_SIZE);
in ocrdma_mbx_create_cq()
H
A
D
ocrdma.h
321
* at
max_hw_cqe
323
u32
max_hw_cqe
;
member
H
A
D
ocrdma_verbs.c
941
uresp.
max_hw_cqe
= cq->
max_hw_cqe
;
in ocrdma_copy_cq_uresp()
1019
if (new_cnt < 1 || new_cnt > cq->
max_hw_cqe
) {
in ocrdma_resize_cq()
1645
cur_getp = (cur_getp + 1) % cq->
max_hw_cqe
;
in ocrdma_discard_cqes()
2791
cur_getp = (cur_getp + 1) % cq->
max_hw_cqe
;
in ocrdma_poll_hwcq()
Completed in 21 milliseconds