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_ordird_qp
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.c
635
lld->
max_ordird_qp
= adap->params.
max_ordird_qp
;
in uld_init()
H
A
D
cxgb4_uld.h
459
unsigned int
max_ordird_qp
; /* Max ORD/IRD depth per RDMA QP */
member
H
A
D
cxgb4.h
479
unsigned int
max_ordird_qp
; /* Max read depth per RDMA QP */
member
H
A
D
cxgb4_main.c
5293
adap->params.
max_ordird_qp
= 8;
in adap_init0()
5297
adap->params.
max_ordird_qp
= val[0];
in adap_init0()
5301
"
max_ordird_qp
%d max_ird_adapter %d\n",
in adap_init0()
5302
adap->params.
max_ordird_qp
,
in adap_init0()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.c
635
lld->
max_ordird_qp
= adap->params.
max_ordird_qp
;
in uld_init()
H
A
D
cxgb4_uld.h
459
unsigned int
max_ordird_qp
; /* Max ORD/IRD depth per RDMA QP */
member
H
A
D
cxgb4.h
477
unsigned int
max_ordird_qp
; /* Max read depth per RDMA QP */
member
H
A
D
cxgb4_main.c
5284
adap->params.
max_ordird_qp
= 8;
in adap_init0()
5288
adap->params.
max_ordird_qp
= val[0];
in adap_init0()
5292
"
max_ordird_qp
%d max_ird_adapter %d\n",
in adap_init0()
5293
adap->params.
max_ordird_qp
,
in adap_init0()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
provider.c
284
props->max_qp_rd_atom = min(dev->rdev.lldi.
max_ordird_qp
,
in c4iw_query_device()
H
A
D
iw_cxgb4.h
363
return min(dev->rdev.lldi.
max_ordird_qp
, c4iw_max_read_depth);
in cur_max_read_depth()
H
A
D
cm.c
1579
ep->com.dev->rdev.lldi.
max_ordird_qp
)
in process_mpa_reply()
3164
ep->ord <= h->rdev.lldi.
max_ordird_qp
) {
in c4iw_accept_cr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
provider.c
289
props->max_qp_rd_atom = min(dev->rdev.lldi.
max_ordird_qp
,
in c4iw_query_device()
H
A
D
iw_cxgb4.h
357
return min(dev->rdev.lldi.
max_ordird_qp
, c4iw_max_read_depth);
in cur_max_read_depth()
H
A
D
cm.c
1579
ep->com.dev->rdev.lldi.
max_ordird_qp
)
in process_mpa_reply()
3161
ep->ord <= h->rdev.lldi.
max_ordird_qp
) {
in c4iw_accept_cr()
Completed in 52 milliseconds