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:IB_QPT_DRIVER
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
core_priv.h
363
if ((qp_type < IB_QPT_MAX && !is_xrc) || qp_type ==
IB_QPT_DRIVER
) {
in _ib_create_qp()
H
A
D
uverbs_std_types_qp.c
50
if (!create_flags || qp_type ==
IB_QPT_DRIVER
)
in check_creation_flags()
H
A
D
uverbs_cmd.c
1272
case
IB_QPT_DRIVER
:
in create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_std_types_qp.c
50
if (!create_flags || qp_type ==
IB_QPT_DRIVER
)
in check_creation_flags()
H
A
D
uverbs_cmd.c
1306
case
IB_QPT_DRIVER
:
in create_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
582
if (init_attr->qp_type !=
IB_QPT_DRIVER
&&
in efa_qp_validate_attr()
884
if (qp->ibqp.qp_type ==
IB_QPT_DRIVER
)
in efa_modify_qp_validate()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
609
if (init_attr->qp_type !=
IB_QPT_DRIVER
&&
in efa_qp_validate_attr()
902
if (qp->ibqp.qp_type ==
IB_QPT_DRIVER
)
in efa_modify_qp_validate()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
2443
if (attr->qp_type ==
IB_QPT_DRIVER
&& !MLX5_CAP_GEN(dev->mdev, dct))
in check_qp_type()
2456
case
IB_QPT_DRIVER
:
in check_qp_type()
2488
case
IB_QPT_DRIVER
:
in check_valid_flow()
2566
if (qp->type !=
IB_QPT_DRIVER
)
in process_vendor_flags()
2569
* It is
IB_QPT_DRIVER
and or no subtype or
in process_vendor_flags()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
2769
if (attr->qp_type ==
IB_QPT_DRIVER
&& !MLX5_CAP_GEN(dev->mdev, dct))
in check_qp_type()
2782
case
IB_QPT_DRIVER
:
in check_qp_type()
2814
case
IB_QPT_DRIVER
:
in check_valid_flow()
2892
if (qp->type !=
IB_QPT_DRIVER
)
in process_vendor_flags()
2895
* It is
IB_QPT_DRIVER
and or no subtype or
in process_vendor_flags()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1102
IB_QPT_DRIVER
= IB_UVERBS_QPT_DRIVER,
enumerator
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1126
IB_QPT_DRIVER
= IB_UVERBS_QPT_DRIVER,
enumerator
Completed in 55 milliseconds