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_is_opa_gid
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_addr.h
26
*
ib_is_opa_gid
: Returns true if the top 24 bits of the gid
33
static inline bool
ib_is_opa_gid
(const union ib_gid *gid)
in ib_is_opa_gid()
function
H
A
D
ib_sa.h
249
if ((
ib_is_opa_gid
(&ib->sgid)) ||
in path_conv_ib_to_opa()
250
(
ib_is_opa_gid
(&ib->dgid))) {
in path_conv_ib_to_opa()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_addr.h
26
*
ib_is_opa_gid
: Returns true if the top 24 bits of the gid
33
static inline bool
ib_is_opa_gid
(const union ib_gid *gid)
in ib_is_opa_gid()
function
H
A
D
ib_sa.h
250
if ((
ib_is_opa_gid
(&ib->sgid)) ||
in path_conv_ib_to_opa()
251
(
ib_is_opa_gid
(&ib->dgid))) {
in path_conv_ib_to_opa()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_marshall.c
181
if ((
ib_is_opa_gid
((union ib_gid *)src->sgid)) ||
in ib_copy_path_rec_from_user()
182
(
ib_is_opa_gid
((union ib_gid *)src->dgid))) {
in ib_copy_path_rec_from_user()
H
A
D
cm.c
1631
(
ib_is_opa_gid
(IBA_GET_MEM_PTR(CM_REQ_ALTERNATE_LOCAL_PORT_GID,
in cm_req_has_alt_path()
1638
if (
ib_is_opa_gid
(gid) && rdma_cap_opa_ah(ib_device, port_num))
in cm_path_set_rec_type()
1785
(
ib_is_opa_gid
(&path->sgid))) {
in cm_opa_to_ib_sgid()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_marshall.c
181
if ((
ib_is_opa_gid
((union ib_gid *)src->sgid)) ||
in ib_copy_path_rec_from_user()
182
(
ib_is_opa_gid
((union ib_gid *)src->dgid))) {
in ib_copy_path_rec_from_user()
H
A
D
cm.c
1615
(
ib_is_opa_gid
(IBA_GET_MEM_PTR(CM_REQ_ALTERNATE_LOCAL_PORT_GID,
in cm_req_has_alt_path()
1622
if (
ib_is_opa_gid
(gid) && rdma_cap_opa_ah(ib_device, port_num))
in cm_path_set_rec_type()
1769
(
ib_is_opa_gid
(&path->sgid))) {
in cm_opa_to_ib_sgid()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2575
if (
ib_is_opa_gid
(&grh->dgid))
in hfi1_make_opa_lid()
2611
return (
ib_is_opa_gid
(&rdma_ah_read_grh(attr)->dgid)) ?
in hfi1_get_hdr_type()
H
A
D
ud.c
208
if (
ib_is_opa_gid
(&grd.dgid))
in ud_loopback()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2522
if (
ib_is_opa_gid
(&grh->dgid))
in hfi1_make_opa_lid()
2558
return (
ib_is_opa_gid
(&rdma_ah_read_grh(attr)->dgid)) ?
in hfi1_get_hdr_type()
H
A
D
ud.c
166
if (
ib_is_opa_gid
(&grd.dgid))
in ud_loopback()
Completed in 26 milliseconds