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:klm
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/
H
A
D
mr.c
148
struct mlx5_klm *
klm
;
in fill_indir()
local
157
klm
= &klmarr[i++];
in fill_indir()
164
klm
->key = cpu_to_be32(dmr->mr.key);
in fill_indir()
165
klm
->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start));
in fill_indir()
168
klm
->key = cpu_to_be32(mvdev->res.null_mkey);
in fill_indir()
169
klm
->bcount = cpu_to_be32(klm_bcount(dmr->start - preve));
in fill_indir()
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/
H
A
D
mr.c
149
struct mlx5_klm *
klm
;
in fill_indir()
local
158
klm
= &klmarr[i++];
in fill_indir()
165
klm
->key = cpu_to_be32(dmr->mr);
in fill_indir()
166
klm
->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start));
in fill_indir()
169
klm
->key = cpu_to_be32(mvdev->res.null_mkey);
in fill_indir()
170
klm
->bcount = cpu_to_be32(klm_bcount(dmr->start - preve));
in fill_indir()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_main.c
343
struct mlx5_klm *
klm
;
in mlx5e_create_umr_mkey()
local
395
klm
= MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt);
in mlx5e_create_umr_mkey()
397
klm
[i << 1] = (struct mlx5_klm) {
in mlx5e_create_umr_mkey()
402
klm
[(i << 1) + 1] = (struct mlx5_klm) {
in mlx5e_create_umr_mkey()
505
mlx5_core_err(mdev, "max
klm
list size 0x%x is smaller than shampo header buffer list size 0x%x\n",
in mlx5e_create_rq_hd_umr_mkey()
Completed in 10 milliseconds