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:general_caps
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
odp.c
388
caps->
general_caps
= IB_ODP_SUPPORT;
in mlx5_ib_internal_fill_odp_caps()
441
caps->
general_caps
|= IB_ODP_SUPPORT_IMPLICIT;
in mlx5_ib_internal_fill_odp_caps()
1657
if (!(ent->dev->odp_caps.
general_caps
& IB_ODP_SUPPORT_IMPLICIT))
in mlx5_odp_init_mr_cache_entry()
1689
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT))
in mlx5_ib_odp_init_one()
1694
if (dev->odp_caps.
general_caps
& IB_ODP_SUPPORT_IMPLICIT) {
in mlx5_ib_odp_init_one()
1709
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT))
in mlx5_ib_odp_cleanup_one()
H
A
D
mr.c
1387
!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT_IMPLICIT))
in mlx5_ib_reg_user_mr()
H
A
D
main.c
998
if (dev->odp_caps.
general_caps
& IB_ODP_SUPPORT)
in mlx5_ib_query_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
odp.c
328
caps->
general_caps
= IB_ODP_SUPPORT;
in internal_fill_odp_caps()
381
caps->
general_caps
|= IB_ODP_SUPPORT_IMPLICIT;
in internal_fill_odp_caps()
1599
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT_IMPLICIT))
in mlx5_odp_init_mkey_cache()
1617
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT))
in mlx5_ib_odp_init_one()
1628
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT))
in mlx5_ib_odp_cleanup_one()
H
A
D
mr.c
1449
if (!(dev->odp_caps.
general_caps
& IB_ODP_SUPPORT_IMPLICIT))
in create_user_odp_mr()
H
A
D
main.c
1013
if (dev->odp_caps.
general_caps
& IB_ODP_SUPPORT)
in mlx5_ib_query_device()
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
ib_user_verbs.h
225
__aligned_u64
general_caps
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
ib_user_verbs.h
237
__aligned_u64
general_caps
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
ib_user_verbs.h
168
__aligned_u64
general_caps
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
ib_user_verbs.h
168
__aligned_u64
general_caps
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H
A
D
ib_user_verbs.h
154
__aligned_u64
general_caps
;
member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_cmd.c
3608
resp.odp_caps.
general_caps
= attr.odp_caps.
general_caps
;
in ib_uverbs_ex_query_device()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_cmd.c
3618
resp.odp_caps.
general_caps
= attr.odp_caps.
general_caps
;
in ib_uverbs_ex_query_device()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
314
uint64_t
general_caps
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
334
uint64_t
general_caps
;
member
Completed in 71 milliseconds