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:ceqe_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_device.h
817
u32
ceqe_size
;
member
H
A
D
hns_roce_hw_v2.c
1875
caps->
ceqe_size
= HNS_ROCE_CEQE_SIZE;
in set_default_caps()
1904
caps->
ceqe_size
= HNS_ROCE_V3_EQE_SIZE;
in set_default_caps()
2102
caps->
ceqe_size
= HNS_ROCE_CEQE_SIZE;
in hns_roce_query_pf_caps()
2128
caps->
ceqe_size
= HNS_ROCE_V3_EQE_SIZE;
in hns_roce_query_pf_caps()
6058
eq->eqe_size = hr_dev->caps.
ceqe_size
;
in hns_roce_v2_init_eq_table()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_device.h
768
u32
ceqe_size
;
member
H
A
D
hns_roce_hw_v2.c
2076
caps->
ceqe_size
= HNS_ROCE_V3_EQE_SIZE;
in apply_func_caps()
2097
caps->
ceqe_size
= HNS_ROCE_CEQE_SIZE;
in apply_func_caps()
6534
eq->eqe_size = hr_dev->caps.
ceqe_size
;
in hns_roce_v2_init_eq_table()
Completed in 23 milliseconds