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:max_hw_ird
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
irdma.h
140
u32
max_hw_ird
;
member
H
A
D
icrdma_hw.c
193
dev->hw_attrs.
max_hw_ird
= ICRDMA_MAX_IRD_SIZE;
in icrdma_init_hw()
H
A
D
i40iw_hw.c
246
dev->hw_attrs.
max_hw_ird
= I40IW_MAX_IRD_SIZE;
in i40iw_init_hw()
H
A
D
verbs.c
47
props->max_qp_rd_atom = hw_attrs->
max_hw_ird
;
in irdma_query_device()
785
roce_info->ird_size = dev->hw_attrs.
max_hw_ird
;
in irdma_roce_fill_and_set_qpctx_info()
1347
if (attr->max_dest_rd_atomic > dev->hw_attrs.
max_hw_ird
) {
in irdma_modify_qp_roce()
1349
"rd_atomic = %d, above
max_hw_ird
=%d\n",
in irdma_modify_qp_roce()
1351
dev->hw_attrs.
max_hw_ird
);
in irdma_modify_qp_roce()
H
A
D
cm.c
32
if (conn_ird > cm_node->dev->hw_attrs.
max_hw_ird
)
in irdma_record_ird_ord()
33
conn_ird = cm_node->dev->hw_attrs.
max_hw_ird
;
in irdma_record_ird_ord()
2286
cm_node->ird_size = cm_node->dev->hw_attrs.
max_hw_ird
;
in irdma_make_cm_node()
H
A
D
ctrl.c
4747
q1_cnt = roundup_pow_of_two(dev->hw_attrs.
max_hw_ird
* 2 * qpwanted);
in irdma_q1_cnt()
4750
q1_cnt = roundup_pow_of_two(dev->hw_attrs.
max_hw_ird
* 2 * qpwanted + 512);
in irdma_q1_cnt()
4752
q1_cnt = dev->hw_attrs.
max_hw_ird
* 2 * qpwanted;
in irdma_q1_cnt()
Completed in 18 milliseconds