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:local_phy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_main.c
1742
struct sas_phy *
local_phy
= sas_get_local_phy(device);
in hisi_sas_debug_I_T_nexus_reset()
local
1748
if (!
local_phy
->enabled) {
in hisi_sas_debug_I_T_nexus_reset()
1749
sas_put_local_phy(
local_phy
);
in hisi_sas_debug_I_T_nexus_reset()
1753
if (scsi_is_sas_phy_local(
local_phy
)) {
in hisi_sas_debug_I_T_nexus_reset()
1755
sas_ha->sas_phy[
local_phy
->number];
in hisi_sas_debug_I_T_nexus_reset()
1768
rc = sas_phy_reset(
local_phy
, reset_type);
in hisi_sas_debug_I_T_nexus_reset()
1769
sas_put_local_phy(
local_phy
);
in hisi_sas_debug_I_T_nexus_reset()
1771
if (scsi_is_sas_phy_local(
local_phy
)) {
in hisi_sas_debug_I_T_nexus_reset()
1773
sas_ha->sas_phy[
local_phy
->number];
in hisi_sas_debug_I_T_nexus_reset()
1823
struct sas_phy *
local_phy
;
in hisi_sas_I_T_nexus_reset()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_main.c
708
struct sas_phy *
local_phy
;
in hisi_sas_init_device()
local
732
local_phy
= sas_get_local_phy(device);
in hisi_sas_init_device()
733
if (!scsi_is_sas_phy_local(
local_phy
) &&
in hisi_sas_init_device()
747
sas_put_local_phy(
local_phy
);
in hisi_sas_init_device()
1754
struct sas_phy *
local_phy
= sas_get_local_phy(device);
in hisi_sas_debug_I_T_nexus_reset()
local
1761
if (!
local_phy
->enabled) {
in hisi_sas_debug_I_T_nexus_reset()
1762
sas_put_local_phy(
local_phy
);
in hisi_sas_debug_I_T_nexus_reset()
1766
if (scsi_is_sas_phy_local(
local_phy
)) {
in hisi_sas_debug_I_T_nexus_reset()
1768
sas_ha->sas_phy[
local_phy
->number];
in hisi_sas_debug_I_T_nexus_reset()
1778
rc = sas_phy_reset(
local_phy
, reset_typ
in hisi_sas_debug_I_T_nexus_reset()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_ata.c
517
struct sas_phy *
local_phy
= sas_get_local_phy(dev);
in sas_ata_prereset()
local
520
if (!
local_phy
->enabled || test_bit(SAS_DEV_GONE, &dev->state))
in sas_ata_prereset()
522
sas_put_local_phy(
local_phy
);
in sas_ata_prereset()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_ata.c
551
struct sas_phy *
local_phy
= sas_get_local_phy(dev);
in sas_ata_prereset()
local
554
if (!
local_phy
->enabled || test_bit(SAS_DEV_GONE, &dev->state))
in sas_ata_prereset()
556
sas_put_local_phy(
local_phy
);
in sas_ata_prereset()
Completed in 10 milliseconds