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_WR_UMR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
wr.c
25
[
MLX5_IB_WR_UMR
] = MLX5_OPCODE_UMR,
1253
if (unlikely(wr->opcode !=
MLX5_IB_WR_UMR
)) {
in handle_qpt_reg_umr()
1259
qp->sq.wr_data[idx] =
MLX5_IB_WR_UMR
;
in handle_qpt_reg_umr()
H
A
D
mr.c
1104
wr.wr.opcode =
MLX5_IB_WR_UMR
;
in mlx5_ib_update_xlt()
1486
umrwr.wr.opcode =
MLX5_IB_WR_UMR
;
in mlx5_mr_cache_invalidate()
1503
umrwr.wr.opcode =
MLX5_IB_WR_UMR
;
in rereg_umr()
H
A
D
mlx5_ib.h
234
#define
MLX5_IB_WR_UMR
IB_WR_RESERVED1
macro
H
A
D
cq.c
102
case
MLX5_IB_WR_UMR
:
in get_umr_comp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
umr.c
257
qp->sq.wr_data[idx] =
MLX5_IB_WR_UMR
;
in mlx5r_umr_post_send()
H
A
D
mlx5_ib.h
328
#define
MLX5_IB_WR_UMR
IB_WR_RESERVED1
macro
H
A
D
cq.c
102
case
MLX5_IB_WR_UMR
:
in get_umr_comp()
H
A
D
wr.c
26
[
MLX5_IB_WR_UMR
] = MLX5_OPCODE_UMR,
Completed in 18 milliseconds