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_sq_inline
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_qp.c
847
if (init_attr->cap.max_inline_data > hr_dev->caps.
max_sq_inline
)
in set_qp_param()
848
init_attr->cap.max_inline_data = hr_dev->caps.
max_sq_inline
;
in set_qp_param()
H
A
D
hns_roce_hw_v2.h
1585
__le16
max_sq_inline
;
member
H
A
D
hns_roce_device.h
763
u32
max_sq_inline
;
member
H
A
D
hns_roce_hw_v1.c
287
hr_dev->caps.
max_sq_inline
) {
in hns_roce_v1_post_send()
292
hr_dev->caps.
max_sq_inline
);
in hns_roce_v1_post_send()
1536
caps->
max_sq_inline
= HNS_ROCE_V1_INLINE_SIZE;
in hns_roce_v1_profile()
H
A
D
hns_roce_hw_v2.c
1801
caps->
max_sq_inline
= HNS_ROCE_V2_MAX_SQ_INLINE;
in set_default_caps()
1988
caps->
max_sq_inline
= le16_to_cpu(resp_a->
max_sq_inline
);
in hns_roce_query_pf_caps()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.h
1142
__le16
max_sq_inline
;
member
H
A
D
hns_roce_main.c
382
resp.max_inline_data = hr_dev->caps.
max_sq_inline
;
in hns_roce_alloc_ucontext()
H
A
D
hns_roce_device.h
715
u32
max_sq_inline
;
member
H
A
D
hns_roce_qp.c
494
hr_dev->caps.
max_sq_inline
);
in get_max_inline_data()
H
A
D
hns_roce_hw_v2.c
2152
caps->
max_sq_inline
= le16_to_cpu(resp_a->
max_sq_inline
);
in hns_roce_query_caps()
Completed in 56 milliseconds