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:phy_sas_address
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
port.c
694
struct sci_sas_address
phy_sas_address
;
in sci_port_general_link_up_handler()
local
697
sci_phy_get_attached_sas_address(iphy, &
phy_sas_address
);
in sci_port_general_link_up_handler()
704
if ((
phy_sas_address
.high == port_sas_address.high &&
in sci_port_general_link_up_handler()
705
phy_sas_address
.low == port_sas_address.low) ||
in sci_port_general_link_up_handler()
1214
struct sci_sas_address
phy_sas_address
;
in sci_port_add_phy()
local
1219
sci_phy_get_sas_address(iphy, &
phy_sas_address
);
in sci_port_add_phy()
1221
if (port_sas_address.high !=
phy_sas_address
.high ||
in sci_port_add_phy()
1222
port_sas_address.low !=
phy_sas_address
.low)
in sci_port_add_phy()
H
A
D
port_config.c
122
struct sci_sas_address
phy_sas_address
;
in sci_port_configuration_agent_find_port()
local
130
sci_phy_get_sas_address(iphy, &
phy_sas_address
);
in sci_port_configuration_agent_find_port()
139
if (sci_sas_address_compare(port_sas_address,
phy_sas_address
) == 0 &&
in sci_port_configuration_agent_find_port()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
port.c
695
struct sci_sas_address
phy_sas_address
;
in sci_port_general_link_up_handler()
local
698
sci_phy_get_attached_sas_address(iphy, &
phy_sas_address
);
in sci_port_general_link_up_handler()
705
if ((
phy_sas_address
.high == port_sas_address.high &&
in sci_port_general_link_up_handler()
706
phy_sas_address
.low == port_sas_address.low) ||
in sci_port_general_link_up_handler()
1216
struct sci_sas_address
phy_sas_address
;
in sci_port_add_phy()
local
1221
sci_phy_get_sas_address(iphy, &
phy_sas_address
);
in sci_port_add_phy()
1223
if (port_sas_address.high !=
phy_sas_address
.high ||
in sci_port_add_phy()
1224
port_sas_address.low !=
phy_sas_address
.low)
in sci_port_add_phy()
H
A
D
port_config.c
122
struct sci_sas_address
phy_sas_address
;
in sci_port_configuration_agent_find_port()
local
130
sci_phy_get_sas_address(iphy, &
phy_sas_address
);
in sci_port_configuration_agent_find_port()
139
if (sci_sas_address_compare(port_sas_address,
phy_sas_address
) == 0 &&
in sci_port_configuration_agent_find_port()
Completed in 8 milliseconds