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:pbl_hop_num
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_mr.c
121
mr->
pbl_hop_num
= is_fast ? 1 : hr_dev->caps.
pbl_hop_num
;
in alloc_mr_pbl()
125
buf_attr.region[0].hopnum = mr->
pbl_hop_num
;
in alloc_mr_pbl()
504
mtr->hem_cfg.region[0].hopnum = mr->
pbl_hop_num
;
in hns_roce_map_mr_sg()
607
mw->
pbl_hop_num
= hr_dev->caps.
pbl_hop_num
;
in hns_roce_alloc_mw()
H
A
D
hns_roce_device.h
369
u32
pbl_hop_num
;
member
386
u32
pbl_hop_num
; /* multi-hop number */
member
813
u32
pbl_hop_num
;
member
H
A
D
hns_roce_hw_v2.c
1962
int
pbl_hop_num
;
in hns_roce_query_pf_caps()
local
2016
pbl_hop_num
= resp_b->
pbl_hop_num
;
in hns_roce_query_pf_caps()
2113
caps->mtt_hop_num =
pbl_hop_num
;
in hns_roce_query_pf_caps()
2114
caps->cqe_hop_num =
pbl_hop_num
;
in hns_roce_query_pf_caps()
2115
caps->srqwqe_hop_num =
pbl_hop_num
;
in hns_roce_query_pf_caps()
2116
caps->idx_hop_num =
pbl_hop_num
;
in hns_roce_query_pf_caps()
2279
caps->
pbl_hop_num
= HNS_ROCE_PBL_HOP_NUM;
in hns_roce_v2_profile()
2789
V2_MPT_BYTE_4_PBL_HOP_NUM_S, mr->
pbl_hop_num
==
in hns_roce_v2_write_mtpt()
2790
HNS_ROCE_HOP_NUM_0 ? 0 : mr->
pbl_hop_num
);
in hns_roce_v2_write_mtpt()
[all...]
H
A
D
hns_roce_hw_v2.h
1617
u8
pbl_hop_num
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_mr.c
97
mr->
pbl_hop_num
= is_fast ? 1 : hr_dev->caps.
pbl_hop_num
;
in alloc_mr_pbl()
101
buf_attr.region[0].hopnum = mr->
pbl_hop_num
;
in alloc_mr_pbl()
441
mtr->hem_cfg.region[0].hopnum = mr->
pbl_hop_num
;
in hns_roce_map_mr_sg()
549
mw->
pbl_hop_num
= hr_dev->caps.
pbl_hop_num
;
in hns_roce_alloc_mw()
H
A
D
hns_roce_restrack.c
124
if (rdma_nl_put_driver_u32_hex(msg, "
pbl_hop_num
", hr_mr->
pbl_hop_num
))
in hns_roce_fill_res_mr_entry()
H
A
D
hns_roce_device.h
304
u32
pbl_hop_num
;
member
318
u32
pbl_hop_num
; /* multi-hop number */
member
764
u32
pbl_hop_num
;
member
H
A
D
hns_roce_hw_v2.c
2061
caps->
pbl_hop_num
= HNS_ROCE_PBL_HOP_NUM;
in apply_func_caps()
2125
int
pbl_hop_num
;
in hns_roce_query_caps()
local
2176
pbl_hop_num
= resp_b->
pbl_hop_num
;
in hns_roce_query_caps()
2217
caps->mtt_hop_num =
pbl_hop_num
;
in hns_roce_query_caps()
2218
caps->cqe_hop_num =
pbl_hop_num
;
in hns_roce_query_caps()
2219
caps->srqwqe_hop_num =
pbl_hop_num
;
in hns_roce_query_caps()
2220
caps->idx_hop_num =
pbl_hop_num
;
in hns_roce_query_caps()
3245
if (mr->
pbl_hop_num
!= HNS_ROCE_HOP_NUM_0)
in hns_roce_v2_write_mtpt()
3246
hr_reg_write(mpt_entry, MPT_PBL_HOP_NUM, mr->
pbl_hop_num
);
in hns_roce_v2_write_mtpt()
[all...]
H
A
D
hns_roce_hw_v2.h
1174
u8
pbl_hop_num
;
member
Completed in 30 milliseconds