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_DCI
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
821
case
MLX5_IB_QPT_DCI
: return MLX5_QP_ST_DCI;
in to_mlx5_st()
1222
(qp->type ==
MLX5_IB_QPT_DCI
) || (qp->type == IB_QPT_XRC_INI))
in get_rx_type()
1940
if (init_attr->qp_type !=
MLX5_IB_QPT_DCI
||
in configure_requester_scat_cqe()
2330
(qp->type ==
MLX5_IB_QPT_DCI
|| qp->type == IB_QPT_RC))
in create_user_qp()
2886
qp->type =
MLX5_IB_QPT_DCI
;
in process_vendor_flags()
3102
case
MLX5_IB_QPT_DCI
:
in create_qp()
3156
case
MLX5_IB_QPT_DCI
:
in check_qp_attr()
4007
(qp->type ==
MLX5_IB_QPT_DCI
))
in qp_supports_affinity()
4626
if (qp_type ==
MLX5_IB_QPT_DCI
) {
in validate_rd_atomic()
4714
qp_type !=
MLX5_IB_QPT_DCI
in mlx5_ib_modify_qp()
[all...]
H
A
D
mlx5_ib.h
326
#define
MLX5_IB_QPT_DCI
IB_QPT_RESERVED3
macro
H
A
D
odp.c
1086
if (qp->type == IB_QPT_UD || qp->type ==
MLX5_IB_QPT_DCI
) {
in mlx5_ib_mr_initiator_pfault_handler()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
738
case
MLX5_IB_QPT_DCI
: return MLX5_QP_ST_DCI;
in to_mlx5_st()
1162
(qp->type ==
MLX5_IB_QPT_DCI
) || (qp->type == IB_QPT_XRC_INI))
in get_rx_type()
1790
if (init_attr->qp_type !=
MLX5_IB_QPT_DCI
||
in configure_requester_scat_cqe()
2010
(qp->type ==
MLX5_IB_QPT_DCI
|| qp->type == IB_QPT_RC))
in create_user_qp()
2560
qp->type =
MLX5_IB_QPT_DCI
;
in process_vendor_flags()
2818
case
MLX5_IB_QPT_DCI
:
in check_qp_attr()
3676
(qp->type ==
MLX5_IB_QPT_DCI
))
in qp_supports_affinity()
4294
if (qp_type ==
MLX5_IB_QPT_DCI
) {
in validate_rd_atomic()
4385
qp_type !=
MLX5_IB_QPT_DCI
&&
in mlx5_ib_modify_qp()
4391
} else if (qp_type ==
MLX5_IB_QPT_DCI
in mlx5_ib_modify_qp()
[all...]
H
A
D
mlx5_ib.h
232
#define
MLX5_IB_QPT_DCI
IB_QPT_RESERVED3
macro
H
A
D
odp.c
1159
if (qp->type == IB_QPT_UD || qp->type ==
MLX5_IB_QPT_DCI
) {
in mlx5_ib_mr_initiator_pfault_handler()
Completed in 23 milliseconds