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:max_in_hop_id
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
test.c
84
sw->ports[0].config.
max_in_hop_id
= 7;
in alloc_host()
88
sw->ports[1].config.
max_in_hop_id
= 19;
in alloc_host()
93
sw->ports[2].config.
max_in_hop_id
= 19;
in alloc_host()
99
sw->ports[3].config.
max_in_hop_id
= 19;
in alloc_host()
104
sw->ports[4].config.
max_in_hop_id
= 19;
in alloc_host()
110
sw->ports[5].config.
max_in_hop_id
= 9;
in alloc_host()
115
sw->ports[6].config.
max_in_hop_id
= 9;
in alloc_host()
120
sw->ports[7].config.
max_in_hop_id
= 11;
in alloc_host()
124
sw->ports[8].config.
max_in_hop_id
= 8;
in alloc_host()
128
sw->ports[9].config.
max_in_hop_id
in alloc_host()
[all...]
H
A
D
tb_regs.h
269
u32
max_in_hop_id
:11;
member
H
A
D
path.c
71
for (i = TB_PATH_MIN_HOPID; i <= src->config.
max_in_hop_id
; i++) {
in tb_path_find_src_hopid()
H
A
D
debugfs.c
576
for (i = start; i <= port->config.
max_in_hop_id
; i++) {
in path_show()
H
A
D
switch.c
499
port->
max_in_hop_id
, port->max_out_hop_id);
in tb_dump_port()
776
port_max_hopid = port->config.
max_in_hop_id
;
in tb_port_alloc_hopid()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
test.c
84
sw->ports[0].config.
max_in_hop_id
= 7;
in alloc_host()
88
sw->ports[1].config.
max_in_hop_id
= 19;
in alloc_host()
95
sw->ports[2].config.
max_in_hop_id
= 19;
in alloc_host()
103
sw->ports[3].config.
max_in_hop_id
= 19;
in alloc_host()
110
sw->ports[4].config.
max_in_hop_id
= 19;
in alloc_host()
118
sw->ports[5].config.
max_in_hop_id
= 9;
in alloc_host()
123
sw->ports[6].config.
max_in_hop_id
= 9;
in alloc_host()
128
sw->ports[7].config.
max_in_hop_id
= 11;
in alloc_host()
133
sw->ports[8].config.
max_in_hop_id
= 8;
in alloc_host()
137
sw->ports[9].config.
max_in_hop_id
in alloc_host()
[all...]
H
A
D
tb_regs.h
301
u32
max_in_hop_id
:11;
member
H
A
D
path.c
71
for (i = TB_PATH_MIN_HOPID; i <= src->config.
max_in_hop_id
; i++) {
in tb_path_find_src_hopid()
H
A
D
switch.c
453
regs->
max_in_hop_id
, regs->max_out_hop_id);
in tb_dump_port()
756
port_max_hopid = port->config.
max_in_hop_id
;
in tb_port_alloc_hopid()
H
A
D
debugfs.c
1437
for (i = start; i <= port->config.
max_in_hop_id
; i++) {
in path_show()
H
A
D
xdomain.c
1928
xd->local_max_hopid = down->config.
max_in_hop_id
;
in tb_xdomain_alloc()
Completed in 29 milliseconds