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:ipr_is_gata
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
4509
if (res &&
ipr_is_gata
(res) && qdepth > IPR_MAX_CMD_PER_ATA_LUN)
in ipr_change_queue_depth()
4828
if (res &&
ipr_is_gata
(res)) {
in ipr_target_alloc()
4968
if (
ipr_is_gata
(res) && res->sata_port)
in ipr_slave_configure()
5050
if (
ipr_is_gata
(res)) {
in ipr_slave_alloc()
5253
if (
ipr_is_gata
(res)) {
in ipr_device_reset()
5262
if (
ipr_is_gata
(res) && res->sata_port && ioasc != IPR_IOASC_IOA_WAS_RESET) {
in ipr_device_reset()
5381
if (
ipr_is_gata
(res) && res->sata_port) {
in __ipr_eh_dev_reset()
5412
if (
ipr_is_gata
(res) && res->sata_port)
in ipr_eh_dev_reset()
6578
if (
ipr_is_gata
(res) && res->sata_port) {
in ipr_queuecommand()
6709
if (res &&
ipr_is_gata
(re
in ipr_ioctl()
[all...]
H
A
D
ipr.h
1907
*
ipr_is_gata
- Determine if a resource is a generic ATA resource
1913
static inline int
ipr_is_gata
(struct ipr_resource_entry *res)
in ipr_is_gata()
function
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.h
1844
*
ipr_is_gata
- Determine if a resource is a generic ATA resource
1850
static inline int
ipr_is_gata
(struct ipr_resource_entry *res)
in ipr_is_gata()
function
H
A
D
ipr.c
4846
if (
ipr_is_gata
(res)) {
in ipr_slave_alloc()
Completed in 29 milliseconds