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:routing_attr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_expander.c
168
switch (phy->
routing_attr
) {
in sas_route_char()
266
phy->
routing_attr
= dr->
routing_attr
;
in sas_set_ex_phy()
948
if (phy->
routing_attr
== DIRECT_ROUTING) {
in sas_ex_discover_expander()
1040
if (ex_phy->
routing_attr
== TABLE_ROUTING)
in sas_ex_discover_dev()
1049
if (ex_phy->
routing_attr
== DIRECT_ROUTING) {
in sas_ex_discover_dev()
1126
phy->
routing_attr
== SUBTRACTIVE_ROUTING) {
in sas_find_sub_addr()
1229
phy->
routing_attr
== SUBTRACTIVE_ROUTING) {
in sas_check_ex_subtractive_boundary()
1345
if (parent_phy->
routing_attr
!= SUBTRACTIVE_ROUTING ||
in sas_check_parent_topology()
1346
child_phy->
routing_attr
!
in sas_check_parent_topology()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_expander.c
151
switch (phy->
routing_attr
) {
in sas_route_char()
249
phy->
routing_attr
= dr->
routing_attr
;
in sas_set_ex_phy()
881
if (phy->
routing_attr
== DIRECT_ROUTING) {
in sas_ex_discover_expander()
971
if (ex_phy->
routing_attr
== TABLE_ROUTING)
in sas_ex_discover_dev()
980
if (ex_phy->
routing_attr
== DIRECT_ROUTING) {
in sas_ex_discover_dev()
1057
phy->
routing_attr
== SUBTRACTIVE_ROUTING) {
in sas_find_sub_addr()
1160
phy->
routing_attr
== SUBTRACTIVE_ROUTING) {
in sas_check_ex_subtractive_boundary()
1253
if (parent_phy->
routing_attr
!= SUBTRACTIVE_ROUTING ||
in sas_check_edge_expander_topo()
1254
child_phy->
routing_attr
!
in sas_check_edge_expander_topo()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H
A
D
sas.h
430
u8
routing_attr
:4;
member
662
u8
routing_attr
:4;
member
H
A
D
libsas.h
111
enum routing_attribute
routing_attr
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
sas.h
441
u8
routing_attr
:4;
member
663
u8
routing_attr
:4;
member
H
A
D
libsas.h
101
enum routing_attribute
routing_attr
;
member
Completed in 11 milliseconds