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:IB_ZERO_BASED
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_mw.c
61
if (unlikely((access &
IB_ZERO_BASED
))) {
in rxe_check_bind_mw()
94
if (unlikely(mr->access &
IB_ZERO_BASED
)) {
in rxe_check_bind_mw()
116
if (access &
IB_ZERO_BASED
) {
in rxe_check_bind_mw()
H
A
D
rxe_verbs.h
269
|
IB_ZERO_BASED
,
H
A
D
rxe_resp.c
497
if (mw->access &
IB_ZERO_BASED
)
in check_rkey()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_std_types_mr.c
115
if (!(attr.access_flags &
IB_ZERO_BASED
))
in UVERBS_METHOD_DM_MR_REG()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_std_types_mr.c
116
if (!(attr.access_flags &
IB_ZERO_BASED
))
in UVERBS_METHOD_DM_MR_REG()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
mlx5_ib.h
579
IB_ZERO_BASED
)
584
IB_ZERO_BASED
)
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
mlx5_ib.h
657
IB_ZERO_BASED
)
662
IB_ZERO_BASED
)
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
79
if (iflags &
IB_ZERO_BASED
)
in __from_ib_access_flags()
101
iflags |=
IB_ZERO_BASED
;
in __to_ib_access_flags()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
89
if (iflags &
IB_ZERO_BASED
)
in __from_ib_access_flags()
111
iflags |=
IB_ZERO_BASED
;
in __to_ib_access_flags()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1437
IB_ZERO_BASED
= IB_UVERBS_ACCESS_ZERO_BASED,
enumerator
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1465
IB_ZERO_BASED
= IB_UVERBS_ACCESS_ZERO_BASED,
enumerator
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.c
2255
hw_access |= (access &
IB_ZERO_BASED
) ?
in irdma_get_mr_access()
Completed in 43 milliseconds