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:MLX5_IB_QPT_DCT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
1825
if (qp_type ==
MLX5_IB_QPT_DCT
)
in get_atomic_mode()
2563
qp->type =
MLX5_IB_QPT_DCT
;
in process_vendor_flags()
2652
if (qp_type ==
MLX5_IB_QPT_DCT
)
in process_create_flags()
2768
case
MLX5_IB_QPT_DCT
:
in create_qp()
2815
case
MLX5_IB_QPT_DCT
:
in check_qp_attr()
2981
* including
MLX5_IB_QPT_DCT
, which doesn't need it.
in mlx5_ib_create_qp()
2992
case
MLX5_IB_QPT_DCT
:
in mlx5_ib_create_qp()
3025
if (mqp->type ==
MLX5_IB_QPT_DCT
)
in mlx5_ib_destroy_qp()
4206
atomic_mode = get_atomic_mode(dev,
MLX5_IB_QPT_DCT
);
in mlx5_ib_modify_dct()
4366
if (qp_type ==
MLX5_IB_QPT_DCT
)
in mlx5_ib_modify_qp()
[all...]
H
A
D
mlx5_ib.h
233
#define
MLX5_IB_QPT_DCT
IB_QPT_RESERVED4
macro
H
A
D
devx.c
580
if (qp->type ==
MLX5_IB_QPT_DCT
)
in devx_is_valid_obj_id()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
1975
if (qp_type ==
MLX5_IB_QPT_DCT
)
in get_atomic_mode()
2889
qp->type =
MLX5_IB_QPT_DCT
;
in process_vendor_flags()
2981
if (qp_type ==
MLX5_IB_QPT_DCT
)
in process_create_flags()
3098
case
MLX5_IB_QPT_DCT
:
in create_qp()
3153
case
MLX5_IB_QPT_DCT
:
in check_qp_attr()
3310
* including
MLX5_IB_QPT_DCT
, which doesn't need it.
in mlx5_ib_create_qp()
3321
case
MLX5_IB_QPT_DCT
:
in mlx5_ib_create_qp()
3344
if (mqp->type ==
MLX5_IB_QPT_DCT
)
in mlx5_ib_destroy_qp()
4538
atomic_mode = get_atomic_mode(dev,
MLX5_IB_QPT_DCT
);
in mlx5_ib_modify_dct()
4699
if (qp_type ==
MLX5_IB_QPT_DCT
)
in mlx5_ib_modify_qp()
[all...]
H
A
D
mlx5_ib.h
327
#define
MLX5_IB_QPT_DCT
IB_QPT_RESERVED4
macro
H
A
D
devx.c
651
if (qp->type ==
MLX5_IB_QPT_DCT
)
in devx_is_valid_obj_id()
Completed in 29 milliseconds