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:l0_idx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
222
mhop->
l0_idx
= (table_idx / chunk_ba_num) / chunk_ba_num;
in hns_roce_calc_hem_mhop()
226
mhop->
l0_idx
= table_idx / chunk_ba_num;
in hns_roce_calc_hem_mhop()
229
mhop->
l0_idx
= table_idx;
in hns_roce_calc_hem_mhop()
236
if (mhop->
l0_idx
>= mhop->ba_l0_num)
in hns_roce_calc_hem_mhop()
237
mhop->
l0_idx
%= mhop->ba_l0_num;
in hns_roce_calc_hem_mhop()
333
u32
l0_idx
, l1_idx, l2_idx;
in calc_hem_config()
local
342
l0_idx
= mhop->
l0_idx
;
in calc_hem_config()
349
index->l1 =
l0_idx
* chunk_ba_num + l1_idx;
in calc_hem_config()
350
index->l0 =
l0_idx
;
in calc_hem_config()
[all...]
H
A
D
hns_roce_hem.h
98
u32
l0_idx
; /* level 0 base address table index */
member
H
A
D
hns_roce_hw_v2.c
3636
i = mhop.
l0_idx
;
in hns_roce_v2_set_hem()
3653
obj = mhop.
l0_idx
;
in hns_roce_v2_set_hem()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
231
mhop->
l0_idx
= (table_idx / chunk_ba_num) / chunk_ba_num;
in hns_roce_calc_hem_mhop()
235
mhop->
l0_idx
= table_idx / chunk_ba_num;
in hns_roce_calc_hem_mhop()
238
mhop->
l0_idx
= table_idx;
in hns_roce_calc_hem_mhop()
245
if (mhop->
l0_idx
>= mhop->ba_l0_num)
in hns_roce_calc_hem_mhop()
246
mhop->
l0_idx
%= mhop->ba_l0_num;
in hns_roce_calc_hem_mhop()
342
u32
l0_idx
, l1_idx, l2_idx;
in calc_hem_config()
local
351
l0_idx
= mhop->
l0_idx
;
in calc_hem_config()
358
index->l1 =
l0_idx
* chunk_ba_num + l1_idx;
in calc_hem_config()
359
index->l0 =
l0_idx
;
in calc_hem_config()
[all...]
H
A
D
hns_roce_hem.h
99
u32
l0_idx
; /* level 0 base address table index */
member
H
A
D
hns_roce_hw_v2.c
4065
i = mhop.
l0_idx
;
in hns_roce_v2_set_hem()
4082
obj = mhop.
l0_idx
;
in hns_roce_v2_set_hem()
Completed in 21 milliseconds