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_MCAST_NR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_addr.h
22
#define
OPA_MCAST_NR
0x4 /* Number of top bits set */
macro
86
opa_get_mcast_base(
OPA_MCAST_NR
))
in rdma_is_valid_unicast_lid()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_addr.h
22
#define
OPA_MCAST_NR
0x4 /* Number of top bits set */
macro
86
opa_get_mcast_base(
OPA_MCAST_NR
))
in rdma_is_valid_unicast_lid()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2518
return ((lid >= opa_get_mcast_base(
OPA_MCAST_NR
)) &&
in hfi1_check_mcast()
2534
return (lid - opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2539
return (lid - opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2545
opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2558
opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
), 16B)) &&
in hfi1_is_16B_mcast()
2581
opa_get_mcast_base(
OPA_MCAST_NR
);
in hfi1_make_opa_lid()
2591
if (lid >= opa_get_mcast_base(
OPA_MCAST_NR
))
in hfi1_get_packet_type()
2595
if (lid >= opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
), 9B))
in hfi1_get_packet_type()
H
A
D
driver.c
1554
packet->dlid += opa_get_mcast_base(
OPA_MCAST_NR
) -
in hfi1_setup_9B_packet()
1634
packet->dlid += opa_get_mcast_base(
OPA_MCAST_NR
) -
in hfi1_setup_bypass_packet()
1635
opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
),
in hfi1_setup_bypass_packet()
H
A
D
mad.c
985
<< 3 | (
OPA_MCAST_NR
& 0x7));
in __subn_get_opa_portinfo()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
2465
return ((lid >= opa_get_mcast_base(
OPA_MCAST_NR
)) &&
in hfi1_check_mcast()
2481
return (lid - opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2486
return (lid - opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2492
opa_get_mcast_base(
OPA_MCAST_NR
) +
in __opa_get_lid()
2505
opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
), 16B)) &&
in hfi1_is_16B_mcast()
2528
opa_get_mcast_base(
OPA_MCAST_NR
);
in hfi1_make_opa_lid()
2538
if (lid >= opa_get_mcast_base(
OPA_MCAST_NR
))
in hfi1_get_packet_type()
2542
if (lid >= opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
), 9B))
in hfi1_get_packet_type()
H
A
D
driver.c
1507
packet->dlid += opa_get_mcast_base(
OPA_MCAST_NR
) -
in hfi1_setup_9B_packet()
1587
packet->dlid += opa_get_mcast_base(
OPA_MCAST_NR
) -
in hfi1_setup_bypass_packet()
1588
opa_get_lid(opa_get_mcast_base(
OPA_MCAST_NR
),
in hfi1_setup_bypass_packet()
H
A
D
mad.c
943
<< 3 | (
OPA_MCAST_NR
& 0x7));
in __subn_get_opa_portinfo()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
1490
opa_get_mcast_base(
OPA_MCAST_NR
))
in rvt_modify_qp()
1505
opa_get_mcast_base(
OPA_MCAST_NR
))
in rvt_modify_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
1437
opa_get_mcast_base(
OPA_MCAST_NR
))
in rvt_modify_qp()
1452
opa_get_mcast_base(
OPA_MCAST_NR
))
in rvt_modify_qp()
Completed in 34 milliseconds