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_rq_sge
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
efa-abi.h
116
__u16
max_rq_sge
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
efa-abi.h
132
__u16
max_rq_sge
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
101
__u16
max_rq_sge
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
efa-abi.h
101
__u16
max_rq_sge
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
130
u16
max_rq_sge
;
member
H
A
D
efa_verbs.c
221
props->max_recv_sge = dev_attr->
max_rq_sge
;
in efa_query_device()
227
resp.
max_rq_sge
= dev_attr->
max_rq_sge
;
in efa_query_device()
562
if (init_attr->cap.max_recv_sge > dev->dev_attr.
max_rq_sge
) {
in efa_qp_validate_cap()
565
init_attr->cap.max_recv_sge, dev->dev_attr.
max_rq_sge
);
in efa_qp_validate_cap()
H
A
D
efa_com_cmd.c
477
result->
max_rq_sge
= resp.u.queue_attr.max_wr_recv_sges;
in efa_com_get_device_attr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_com_cmd.h
138
u16
max_rq_sge
;
member
H
A
D
efa_verbs.c
239
props->max_recv_sge = dev_attr->
max_rq_sge
;
in efa_query_device()
245
resp.
max_rq_sge
= dev_attr->
max_rq_sge
;
in efa_query_device()
589
if (init_attr->cap.max_recv_sge > dev->dev_attr.
max_rq_sge
) {
in efa_qp_validate_cap()
592
init_attr->cap.max_recv_sge, dev->dev_attr.
max_rq_sge
);
in efa_qp_validate_cap()
H
A
D
efa_com_cmd.c
482
result->
max_rq_sge
= resp.u.queue_attr.max_wr_recv_sges;
in efa_com_get_device_attr()
Completed in 11 milliseconds