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:BA_BYTE_LEN
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
213
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in hns_roce_calc_hem_mhop()
345
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in calc_hem_config()
617
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in clear_mhop_hem()
741
hem_idx = i * (mhop.bt_chunk_size /
BA_BYTE_LEN
) + j;
in hns_roce_table_find()
813
bt_chunk_num = bt_chunk_size /
BA_BYTE_LEN
;
in hns_roce_init_hem_table()
985
count *
BA_BYTE_LEN
,
in hem_list_alloc_item()
1006
dma_free_coherent(hr_dev->dev, hem->count *
BA_BYTE_LEN
,
in hem_list_free_item()
1198
step = (cur->start - pre->start) / step *
BA_BYTE_LEN
;
in hem_list_alloc_mid_bt()
1268
cpu_base = root_hem->addr + total *
BA_BYTE_LEN
;
in hem_list_alloc_root_bt()
1269
phy_base = root_hem->dma_addr + total *
BA_BYTE_LEN
;
in hem_list_alloc_root_bt()
[all...]
H
A
D
hns_roce_hw_v2.c
1923
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1924
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1925
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1929
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1930
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1934
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
H
A
D
hns_roce_device.h
49
#define
BA_BYTE_LEN
8
macro
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
223
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in hns_roce_calc_hem_mhop()
354
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in calc_hem_config()
625
chunk_ba_num = mhop->bt_chunk_size /
BA_BYTE_LEN
;
in clear_mhop_hem()
756
hem_idx = i * (mhop.bt_chunk_size /
BA_BYTE_LEN
) + j;
in hns_roce_table_find()
826
bt_chunk_num = bt_chunk_size /
BA_BYTE_LEN
;
in hns_roce_init_hem_table()
1009
hem->addr = dma_alloc_coherent(hr_dev->dev, count *
BA_BYTE_LEN
,
in hem_list_alloc_item()
1030
dma_free_coherent(hr_dev->dev, hem->count *
BA_BYTE_LEN
,
in hem_list_free_item()
1222
step = (cur->start - pre->start) / step *
BA_BYTE_LEN
;
in hem_list_alloc_mid_bt()
1304
offset = (hem->start - r->offset) / step *
BA_BYTE_LEN
;
in setup_middle_bt()
1336
cpu_base = root_hem->addr + total *
BA_BYTE_LEN
;
in setup_root_hem()
[all...]
H
A
D
hns_roce_hw_v2.c
1945
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1946
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1947
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1951
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1952
(bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
1956
obj_per_chunk = ctx_bt_num * (bt_chunk_size /
BA_BYTE_LEN
) *
in calc_pg_sz()
H
A
D
hns_roce_mr.c
933
ba_per_bt = BIT(pg_shift) /
BA_BYTE_LEN
;
in cal_best_bt_pg_sz()
H
A
D
hns_roce_device.h
46
#define
BA_BYTE_LEN
8
macro
Completed in 27 milliseconds