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:sas_sata_inf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_transport.c
347
(tgtdev->dev_spec.
sas_sata_inf
.sas_address == sas_address)
in __mpi3mr_get_tgtdev_by_addr()
348
&& (tgtdev->dev_spec.
sas_sata_inf
.hba_port == hba_port))
in __mpi3mr_get_tgtdev_by_addr()
446
(tgtdev->dev_spec.
sas_sata_inf
.sas_address == sas_address)
in __mpi3mr_get_tgtdev_by_addr_and_rphy()
447
&& (tgtdev->dev_spec.
sas_sata_inf
.rphy == rphy))
in __mpi3mr_get_tgtdev_by_addr_and_rphy()
1387
tgtdev->dev_spec.
sas_sata_inf
.pend_sas_rphy_add = 1;
in mpi3mr_sas_port_add()
1419
tgtdev->dev_spec.
sas_sata_inf
.rphy = rphy;
in mpi3mr_sas_port_add()
1434
tgtdev->dev_spec.
sas_sata_inf
.pend_sas_rphy_add = 0;
in mpi3mr_sas_port_add()
1435
tgtdev->dev_spec.
sas_sata_inf
.sas_transport_attached = 1;
in mpi3mr_sas_port_add()
2261
phy_number = tgtdev->dev_spec.
sas_sata_inf
.phy_id;
in mpi3mr_get_sas_negotiated_logical_linkrate()
2325
sas_address = tgtdev->dev_spec.
sas_sata_inf
in mpi3mr_report_tgtdev_to_sas_transport()
[all...]
H
A
D
mpi3mr_os.c
1180
tgtdev->dev_spec.
sas_sata_inf
.dev_info = dev_info;
in mpi3mr_update_tgtdev()
1181
tgtdev->dev_spec.
sas_sata_inf
.sas_address =
in mpi3mr_update_tgtdev()
1183
tgtdev->dev_spec.
sas_sata_inf
.phy_id = sasinf->phy_num;
in mpi3mr_update_tgtdev()
1184
tgtdev->dev_spec.
sas_sata_inf
.attached_phy_id =
in mpi3mr_update_tgtdev()
1199
if (tgtdev->dev_spec.
sas_sata_inf
.hba_port)
in mpi3mr_update_tgtdev()
1200
tgtdev->dev_spec.
sas_sata_inf
.hba_port->port_id =
in mpi3mr_update_tgtdev()
H
A
D
mpi3mr.h
656
struct tgt_dev_sas_sata
sas_sata_inf
;
member
H
A
D
mpi3mr_app.c
1787
(unsigned long long)tgtdev->dev_spec.
sas_sata_inf
.sas_address);
in sas_address_show()
Completed in 14 milliseconds