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:OPA_MAKE_ID
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_addr.h
12
#define
OPA_MAKE_ID
(x) (cpu_to_be64(OPA_SPECIAL_OUI << 40 | (x)))
macro
H
A
D
ib_sa.h
226
=
OPA_MAKE_ID
(be32_to_cpu(opa->opa.dlid));
in path_conv_opa_to_ib()
230
=
OPA_MAKE_ID
(be32_to_cpu(opa->opa.slid));
in path_conv_opa_to_ib()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_addr.h
12
#define
OPA_MAKE_ID
(x) (cpu_to_be64(OPA_SPECIAL_OUI << 40 | (x)))
macro
H
A
D
ib_sa.h
227
=
OPA_MAKE_ID
(be32_to_cpu(opa->opa.dlid));
in path_conv_opa_to_ib()
231
=
OPA_MAKE_ID
(be32_to_cpu(opa->opa.slid));
in path_conv_opa_to_ib()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_marshall.c
58
rdma_ah_set_interface_id(ib,
OPA_MAKE_ID
(rdma_ah_get_dlid(opa)));
in rdma_ah_conv_opa_to_ib()
H
A
D
cm.c
1388
OPA_MAKE_ID
(be32_to_cpu(pri_path->opa.slid));
in cm_format_req()
1391
OPA_MAKE_ID
(be32_to_cpu(pri_path->opa.dlid));
in cm_format_req()
1436
OPA_MAKE_ID
(be32_to_cpu(alt_path->opa.slid));
in cm_format_req()
1440
OPA_MAKE_ID
(be32_to_cpu(alt_path->opa.dlid));
in cm_format_req()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_marshall.c
58
rdma_ah_set_interface_id(ib,
OPA_MAKE_ID
(rdma_ah_get_dlid(opa)));
in rdma_ah_conv_opa_to_ib()
H
A
D
cm.c
1353
OPA_MAKE_ID
(be32_to_cpu(pri_path->opa.slid));
in cm_format_req()
1356
OPA_MAKE_ID
(be32_to_cpu(pri_path->opa.dlid));
in cm_format_req()
1408
OPA_MAKE_ID
(be32_to_cpu(alt_path->opa.slid));
in cm_format_req()
1412
OPA_MAKE_ID
(be32_to_cpu(alt_path->opa.dlid));
in cm_format_req()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2503
rdma_ah_set_interface_id(attr,
OPA_MAKE_ID
(dlid));
in hfi1_update_ah_attr()
2638
OPA_MAKE_ID
(be32_to_cpu(OPA_LID_PERMISSIVE));
in hfi1_make_ext_grh()
2640
grh->sgid.global.interface_id =
OPA_MAKE_ID
(slid);
in hfi1_make_ext_grh()
H
A
D
mad.c
271
grh->dgid.global.interface_id =
OPA_MAKE_ID
(dlid);
in hfi1_update_sm_ah_attr()
1436
be64_to_cpu(
OPA_MAKE_ID
(lid));
in __subn_set_opa_portinfo()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2450
rdma_ah_set_interface_id(attr,
OPA_MAKE_ID
(dlid));
in hfi1_update_ah_attr()
2585
OPA_MAKE_ID
(be32_to_cpu(OPA_LID_PERMISSIVE));
in hfi1_make_ext_grh()
2587
grh->sgid.global.interface_id =
OPA_MAKE_ID
(slid);
in hfi1_make_ext_grh()
H
A
D
mad.c
229
grh->dgid.global.interface_id =
OPA_MAKE_ID
(dlid);
in hfi1_update_sm_ah_attr()
1394
be64_to_cpu(
OPA_MAKE_ID
(lid));
in __subn_set_opa_portinfo()
Completed in 35 milliseconds