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:pvlx_to_mtu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_port_info.h
220
/* neigh_mtu.
pvlx_to_mtu
*/
342
u8
pvlx_to_mtu
[OPA_MAX_VLS/2]; /* 4 bits, 4 bits */
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_port_info.h
220
/* neigh_mtu.
pvlx_to_mtu
*/
342
u8
pvlx_to_mtu
[OPA_MAX_VLS/2]; /* 4 bits, 4 bits */
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
824
if (ppd->vls_supported / 2 > ARRAY_SIZE(pi->neigh_mtu.
pvlx_to_mtu
) ||
in __subn_get_opa_portinfo()
888
memset(pi->neigh_mtu.
pvlx_to_mtu
, 0, sizeof(pi->neigh_mtu.
pvlx_to_mtu
));
in __subn_get_opa_portinfo()
892
pi->neigh_mtu.
pvlx_to_mtu
[i / 2] |= (mtu << 4);
in __subn_get_opa_portinfo()
894
pi->neigh_mtu.
pvlx_to_mtu
[i / 2] |= mtu;
in __subn_get_opa_portinfo()
898
pi->neigh_mtu.
pvlx_to_mtu
[15 / 2] |= mtu;
in __subn_get_opa_portinfo()
1526
if (ppd->vls_supported / 2 > ARRAY_SIZE(pi->neigh_mtu.
pvlx_to_mtu
) ||
in __subn_set_opa_portinfo()
1533
mtu = enum_to_mtu((pi->neigh_mtu.
pvlx_to_mtu
[i / 2] >>
in __subn_set_opa_portinfo()
1536
mtu = enum_to_mtu(pi->neigh_mtu.
pvlx_to_mtu
[i / 2] &
in __subn_set_opa_portinfo()
1541
(pi->neigh_mtu.
pvlx_to_mtu
[
in __subn_set_opa_portinfo()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
782
if (ppd->vls_supported / 2 > ARRAY_SIZE(pi->neigh_mtu.
pvlx_to_mtu
) ||
in __subn_get_opa_portinfo()
846
memset(pi->neigh_mtu.
pvlx_to_mtu
, 0, sizeof(pi->neigh_mtu.
pvlx_to_mtu
));
in __subn_get_opa_portinfo()
850
pi->neigh_mtu.
pvlx_to_mtu
[i / 2] |= (mtu << 4);
in __subn_get_opa_portinfo()
852
pi->neigh_mtu.
pvlx_to_mtu
[i / 2] |= mtu;
in __subn_get_opa_portinfo()
856
pi->neigh_mtu.
pvlx_to_mtu
[15 / 2] |= mtu;
in __subn_get_opa_portinfo()
1484
if (ppd->vls_supported / 2 > ARRAY_SIZE(pi->neigh_mtu.
pvlx_to_mtu
) ||
in __subn_set_opa_portinfo()
1491
mtu = enum_to_mtu((pi->neigh_mtu.
pvlx_to_mtu
[i / 2] >>
in __subn_set_opa_portinfo()
1494
mtu = enum_to_mtu(pi->neigh_mtu.
pvlx_to_mtu
[i / 2] &
in __subn_set_opa_portinfo()
1499
(pi->neigh_mtu.
pvlx_to_mtu
[
in __subn_set_opa_portinfo()
[all...]
Completed in 11 milliseconds