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:vl_scontexts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio.c
1892
* @
vl_scontexts
: per vl send context mapping (optional)
1896
*
vl_scontexts
is used to specify a non-uniform vl/send context
1915
int pio_map_init(struct hfi1_devdata *dd, u8 port, u8 num_vls, u8 *
vl_scontexts
)
in pio_map_init()
argument
1924
if (!
vl_scontexts
) {
in pio_map_init()
1932
vl_scontexts
= lvl_scontexts;
in pio_map_init()
1935
vl_scontexts
[i] = sc_per_vl + (extra > 0 ? 1 : 0);
in pio_map_init()
1952
int sz = roundup_pow_of_two(
vl_scontexts
[i]);
in pio_map_init()
1973
vl_scontexts
[i])
in pio_map_init()
1981
scontext = first_scontext +
vl_scontexts
[i];
in pio_map_init()
H
A
D
pio.h
175
* number of send contexts for a vl is either the
vl_scontexts
[vl] or
179
* nactual =
vl_scontexts
?
vl_scontexts
[vl] : num_kernel_send_contexts/num_vls
270
u8 *
vl_scontexts
);
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio.c
1850
* @
vl_scontexts
: per vl send context mapping (optional)
1854
*
vl_scontexts
is used to specify a non-uniform vl/send context
1873
int pio_map_init(struct hfi1_devdata *dd, u8 port, u8 num_vls, u8 *
vl_scontexts
)
in pio_map_init()
argument
1882
if (!
vl_scontexts
) {
in pio_map_init()
1890
vl_scontexts
= lvl_scontexts;
in pio_map_init()
1893
vl_scontexts
[i] = sc_per_vl + (extra > 0 ? 1 : 0);
in pio_map_init()
1908
int sz = roundup_pow_of_two(
vl_scontexts
[i]);
in pio_map_init()
1928
vl_scontexts
[i])
in pio_map_init()
1936
scontext = first_scontext +
vl_scontexts
[i];
in pio_map_init()
H
A
D
pio.h
133
* number of send contexts for a vl is either the
vl_scontexts
[vl] or
137
* nactual =
vl_scontexts
?
vl_scontexts
[vl] : num_kernel_send_contexts/num_vls
228
u8 *
vl_scontexts
);
Completed in 7 milliseconds