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:HEM_TYPE_MTT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.h
50
HEM_TYPE_MTT
,
enumerator
63
(type <
HEM_TYPE_MTT
&& hop_num == 2)
66
((type <
HEM_TYPE_MTT
&& hop_num == 1) || \
67
(type >=
HEM_TYPE_MTT
&& hop_num == 2))
70
((type <
HEM_TYPE_MTT
&& hop_num == HNS_ROCE_HOP_NUM_0) || \
71
(type >=
HEM_TYPE_MTT
&& hop_num == 1) || \
72
(type >=
HEM_TYPE_MTT
&& hop_num == HNS_ROCE_HOP_NUM_0))
H
A
D
hns_roce_hem.c
214
chunk_size = table->type <
HEM_TYPE_MTT
? mhop->buf_chunk_size :
in hns_roce_calc_hem_mhop()
448
size = table->type <
HEM_TYPE_MTT
? mhop->buf_chunk_size : bt_size;
in alloc_mhop_hem()
460
if (table->type <
HEM_TYPE_MTT
) {
in alloc_mhop_hem()
542
if (table->type <
HEM_TYPE_MTT
) {
in hns_roce_table_mhop_get()
632
if (table->type <
HEM_TYPE_MTT
) {
in clear_mhop_hem()
814
if (type >=
HEM_TYPE_MTT
)
in hns_roce_init_hem_table()
895
buf_chunk_size = table->type <
HEM_TYPE_MTT
? mhop.buf_chunk_size :
in hns_roce_cleanup_mhop_hem_table()
H
A
D
hns_roce_hw_v2.c
1946
if (hem_type >=
HEM_TYPE_MTT
)
in calc_pg_sz()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.h
51
HEM_TYPE_MTT
,
enumerator
64
(type <
HEM_TYPE_MTT
&& hop_num == 2)
67
((type <
HEM_TYPE_MTT
&& hop_num == 1) || \
68
(type >=
HEM_TYPE_MTT
&& hop_num == 2))
71
((type <
HEM_TYPE_MTT
&& hop_num == HNS_ROCE_HOP_NUM_0) || \
72
(type >=
HEM_TYPE_MTT
&& hop_num == 1) || \
73
(type >=
HEM_TYPE_MTT
&& hop_num == HNS_ROCE_HOP_NUM_0))
H
A
D
hns_roce_hem.c
224
chunk_size = table->type <
HEM_TYPE_MTT
? mhop->buf_chunk_size :
in hns_roce_calc_hem_mhop()
457
size = table->type <
HEM_TYPE_MTT
? mhop->buf_chunk_size : bt_size;
in alloc_mhop_hem()
469
if (table->type <
HEM_TYPE_MTT
) {
in alloc_mhop_hem()
551
if (table->type <
HEM_TYPE_MTT
) {
in hns_roce_table_mhop_get()
640
if (table->type <
HEM_TYPE_MTT
) {
in clear_mhop_hem()
828
if (type >=
HEM_TYPE_MTT
)
in hns_roce_init_hem_table()
906
buf_chunk_size = table->type <
HEM_TYPE_MTT
? mhop.buf_chunk_size :
in hns_roce_cleanup_mhop_hem_table()
H
A
D
hns_roce_hw_v2.c
1968
if (hem_type >=
HEM_TYPE_MTT
)
in calc_pg_sz()
Completed in 21 milliseconds