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:remote_identify
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_transport.c
504
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_delete_port()
507
mpt3sas_port->
remote_identify
.device_type;
in _transport_delete_port()
533
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_delete_phy()
555
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_add_phy()
591
if (mpt3sas_port->
remote_identify
.sas_address !=
in mpt3sas_transport_add_phy_to_an_existing_port()
660
if (sas_node->phy[i].
remote_identify
.sas_address != sas_address)
in _transport_sanity_check()
724
&mpt3sas_port->
remote_identify
))) {
in mpt3sas_transport_port_add()
730
if (mpt3sas_port->
remote_identify
.device_type == SAS_PHY_UNUSED) {
in mpt3sas_transport_port_add()
738
mpt3sas_port->
remote_identify
.sas_address, hba_port);
in mpt3sas_transport_port_add()
741
if (sas_node->phy[i].
remote_identify
in mpt3sas_transport_port_add()
[all...]
H
A
D
mpt3sas_base.h
751
* @
remote_identify
: attached device identification
760
struct sas_identify
remote_identify
;
member
771
* @
remote_identify
: attached device identification
782
struct sas_identify
remote_identify
;
member
H
A
D
mpt3sas_scsih.c
3974
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3978
mpt3sas_port->
remote_identify
.sas_address,
in _scsih_block_io_to_children_attached_to_ex()
3992
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3994
mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3998
ioc, mpt3sas_port->
remote_identify
.sas_address,
in _scsih_block_io_to_children_attached_to_ex()
11057
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
11060
mpt3sas_port->
remote_identify
.sas_address,
in _scsih_expander_node_remove()
11062
else if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
11064
mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
11067
mpt3sas_port->
remote_identify
in _scsih_expander_node_remove()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_transport.c
597
u64 sas_address = mr_sas_port->
remote_identify
.sas_address;
in mpi3mr_delete_sas_phy()
624
u64 sas_address = mr_sas_port->
remote_identify
.sas_address;
in mpi3mr_add_sas_phy()
665
if (mr_sas_port->
remote_identify
.sas_address !=
in mpi3mr_add_phy_to_an_existing_port()
690
u64 sas_address = mr_sas_port->
remote_identify
.sas_address;
in mpi3mr_delete_sas_port()
693
mr_sas_port->
remote_identify
.device_type;
in mpi3mr_delete_sas_port()
762
if ((mr_sas_node->phy[i].
remote_identify
.sas_address !=
in mpi3mr_sas_port_sanity_check()
887
&mr_sas_phy->
remote_identify
);
in mpi3mr_add_host_phy()
917
mr_sas_phy->
remote_identify
.sas_address);
in mpi3mr_add_host_phy()
958
&mr_sas_phy->
remote_identify
);
in mpi3mr_add_expander_phy()
988
mr_sas_phy->
remote_identify
in mpi3mr_add_expander_phy()
[all...]
H
A
D
mpi3mr.h
499
* @
remote_identify
: Attached device identification
511
struct sas_identify
remote_identify
;
member
521
* @
remote_identify
: Attached device identification
532
struct sas_identify
remote_identify
;
member
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_transport.c
441
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_delete_port()
443
mpt3sas_port->
remote_identify
.device_type;
in _transport_delete_port()
468
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_delete_phy()
490
u64 sas_address = mpt3sas_port->
remote_identify
.sas_address;
in _transport_add_phy()
522
if (mpt3sas_port->
remote_identify
.sas_address !=
in _transport_add_phy_to_an_existing_port()
584
if (sas_node->phy[i].
remote_identify
.sas_address != sas_address)
in _transport_sanity_check()
637
&mpt3sas_port->
remote_identify
))) {
in mpt3sas_transport_port_add()
643
if (mpt3sas_port->
remote_identify
.device_type == SAS_PHY_UNUSED) {
in mpt3sas_transport_port_add()
650
mpt3sas_port->
remote_identify
.sas_address);
in mpt3sas_transport_port_add()
653
if (sas_node->phy[i].
remote_identify
in mpt3sas_transport_port_add()
[all...]
H
A
D
mpt3sas_scsih.c
3779
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3783
mpt3sas_port->
remote_identify
.sas_address);
in _scsih_block_io_to_children_attached_to_ex()
3796
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3798
mpt3sas_port->
remote_identify
.device_type ==
in _scsih_block_io_to_children_attached_to_ex()
3802
ioc, mpt3sas_port->
remote_identify
.sas_address);
in _scsih_block_io_to_children_attached_to_ex()
9954
if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
9957
mpt3sas_port->
remote_identify
.sas_address);
in _scsih_expander_node_remove()
9958
else if (mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
9960
mpt3sas_port->
remote_identify
.device_type ==
in _scsih_expander_node_remove()
9963
mpt3sas_port->
remote_identify
in _scsih_expander_node_remove()
[all...]
H
A
D
mpt3sas_base.h
730
* @
remote_identify
: attached device identification
738
struct sas_identify
remote_identify
;
member
748
* @
remote_identify
: attached device identification
758
struct sas_identify
remote_identify
;
member
Completed in 39 milliseconds