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:SDptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.c
1191
ips_slave_configure(struct scsi_device *
SDptr
)
in ips_slave_configure()
argument
1196
ha = IPS_HA(
SDptr
->host);
in ips_slave_configure()
1197
if (
SDptr
->tagged_supported &&
SDptr
->type == TYPE_DISK) {
in ips_slave_configure()
1201
scsi_change_queue_depth(
SDptr
, min);
in ips_slave_configure()
1204
SDptr
->skip_ms_page_8 = 1;
in ips_slave_configure()
1205
SDptr
->skip_ms_page_3f = 1;
in ips_slave_configure()
H
A
D
ips.h
403
static int ips_slave_configure(struct scsi_device *
SDptr
);
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.c
1195
ips_slave_configure(struct scsi_device *
SDptr
)
in ips_slave_configure()
argument
1200
ha = IPS_HA(
SDptr
->host);
in ips_slave_configure()
1201
if (
SDptr
->tagged_supported &&
SDptr
->type == TYPE_DISK) {
in ips_slave_configure()
1205
scsi_change_queue_depth(
SDptr
, min);
in ips_slave_configure()
1208
SDptr
->skip_ms_page_8 = 1;
in ips_slave_configure()
1209
SDptr
->skip_ms_page_3f = 1;
in ips_slave_configure()
H
A
D
ips.h
403
static int ips_slave_configure(struct scsi_device *
SDptr
);
Completed in 22 milliseconds