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:enum_to_mtu
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
opfn.c
257
if (qp->pmtu ==
enum_to_mtu
(OPA_MTU_4096) ||
in opfn_qp_init()
258
qp->pmtu ==
enum_to_mtu
(OPA_MTU_8192)) {
in opfn_qp_init()
H
A
D
mad.c
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()
1556
mtu =
enum_to_mtu
(pi->neigh_mtu.pvlx_to_mtu[15 / 2] & 0xF);
in __subn_set_opa_portinfo()
H
A
D
hfi.h
1923
u16
enum_to_mtu
(int mtu);
H
A
D
pio.c
2030
dd->vld[15].mtu =
enum_to_mtu
(OPA_MTU_2048);
in init_pervl_scs()
H
A
D
driver.c
1262
u16
enum_to_mtu
(int mtu)
in enum_to_mtu()
function
H
A
D
tid_rdma.c
1185
if (flow->req->qp->pmtu ==
enum_to_mtu
(OPA_MTU_4096))
in kern_get_phys_blocks()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
opfn.c
257
if (qp->pmtu ==
enum_to_mtu
(OPA_MTU_4096) ||
in opfn_qp_init()
258
qp->pmtu ==
enum_to_mtu
(OPA_MTU_8192)) {
in opfn_qp_init()
H
A
D
mad.c
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()
1514
mtu =
enum_to_mtu
(pi->neigh_mtu.pvlx_to_mtu[15 / 2] & 0xF);
in __subn_set_opa_portinfo()
H
A
D
driver.c
1215
u16
enum_to_mtu
(int mtu)
in enum_to_mtu()
function
H
A
D
pio.c
1985
dd->vld[15].mtu =
enum_to_mtu
(OPA_MTU_2048);
in init_pervl_scs()
H
A
D
hfi.h
1871
u16
enum_to_mtu
(int mtu);
H
A
D
tid_rdma.c
1192
if (flow->req->qp->pmtu ==
enum_to_mtu
(OPA_MTU_4096))
in kern_get_phys_blocks()
Completed in 45 milliseconds