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:sasinf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_transport.c
296
struct mpi3_device0_sas_sata_format *
sasinf
;
in mpi3mr_get_sas_address()
local
317
sasinf
= &dev_pg0.device_specific.sas_sata_format;
in mpi3mr_get_sas_address()
318
*sas_address = le64_to_cpu(
sasinf
->sas_address);
in mpi3mr_get_sas_address()
786
struct mpi3_device0_sas_sata_format *
sasinf
;
in mpi3mr_set_identify()
local
808
sasinf
= &device_pg0.device_specific.sas_sata_format;
in mpi3mr_set_identify()
809
device_info = le16_to_cpu(
sasinf
->device_info);
in mpi3mr_set_identify()
812
identify->sas_address = le64_to_cpu(
sasinf
->sas_address);
in mpi3mr_set_identify()
815
identify->phy_identifier =
sasinf
->phy_num;
in mpi3mr_set_identify()
1182
struct mpi3_device0_sas_sata_format *
sasinf
;
in mpi3mr_sas_host_add()
local
1269
sasinf
in mpi3mr_sas_host_add()
1679
struct mpi3_device0_sas_sata_format *
sasinf
;
mpi3mr_refresh_sas_ports()
local
[all...]
H
A
D
mpi3mr_os.c
1176
struct mpi3_device0_sas_sata_format *
sasinf
=
in mpi3mr_update_tgtdev()
local
1178
u16 dev_info = le16_to_cpu(
sasinf
->device_info);
in mpi3mr_update_tgtdev()
1182
le64_to_cpu(
sasinf
->sas_address);
in mpi3mr_update_tgtdev()
1183
tgtdev->dev_spec.sas_sata_inf.phy_id =
sasinf
->phy_num;
in mpi3mr_update_tgtdev()
1185
sasinf
->attached_phy_identifier;
in mpi3mr_update_tgtdev()
1912
struct mpi3_device0_sas_sata_format *
sasinf
= NULL;
in mpi3mr_fwevt_bh()
local
1940
sasinf
= &dev_pg0->device_specific.sas_sata_format;
in mpi3mr_fwevt_bh()
1941
dev_info = le16_to_cpu(
sasinf
->device_info);
in mpi3mr_fwevt_bh()
Completed in 9 milliseconds