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:rri_resp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_expander.c
1393
u8 *
rri_resp
;
in sas_configure_present()
local
1402
rri_resp
= alloc_smp_resp(RRI_RESP_SIZE);
in sas_configure_present()
1403
if (!
rri_resp
) {
in sas_configure_present()
1413
res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE,
rri_resp
,
in sas_configure_present()
1417
res =
rri_resp
[2];
in sas_configure_present()
1429
if (SAS_ADDR(
rri_resp
+16) == SAS_ADDR(sas_addr)) {
in sas_configure_present()
1431
if ((
rri_resp
[12] & 0x80) == 0x80)
in sas_configure_present()
1436
} else if (SAS_ADDR(
rri_resp
+16) == 0) {
in sas_configure_present()
1441
} else if (SAS_ADDR(
rri_resp
+16) == 0 &&
in sas_configure_present()
1452
kfree(
rri_resp
);
in sas_configure_present()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_expander.c
1342
u8 *
rri_resp
;
in sas_configure_present()
local
1351
rri_resp
= alloc_smp_resp(RRI_RESP_SIZE);
in sas_configure_present()
1352
if (!
rri_resp
) {
in sas_configure_present()
1362
res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE,
rri_resp
,
in sas_configure_present()
1366
res =
rri_resp
[2];
in sas_configure_present()
1378
if (SAS_ADDR(
rri_resp
+16) == SAS_ADDR(sas_addr)) {
in sas_configure_present()
1380
if ((
rri_resp
[12] & 0x80) == 0x80)
in sas_configure_present()
1385
} else if (SAS_ADDR(
rri_resp
+16) == 0) {
in sas_configure_present()
1390
} else if (SAS_ADDR(
rri_resp
+16) == 0 &&
in sas_configure_present()
1401
kfree(
rri_resp
);
in sas_configure_present()
[all...]
Completed in 5 milliseconds