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:adpt_device
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dpti.h
175
struct
adpt_device
{
struct
176
struct
adpt_device
* next_lun;
191
struct
adpt_device
* device[MAX_ID]; /* used as an array of 128 scsi ids */
287
static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct
adpt_device
* dptdevice);
297
static struct
adpt_device
* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun);
H
A
D
dpt_i2o.c
422
struct
adpt_device
* pDev = NULL; /* dpt per device information */
in adpt_queue_lck()
449
if((pDev = (struct
adpt_device
*) (cmd->device->hostdata)) == NULL) {
in adpt_queue_lck()
540
struct
adpt_device
* d;
in adpt_show_info()
593
struct
adpt_device
* dptdevice; /* dpt per device information */
in adpt_abort()
639
struct
adpt_device
* d = cmd->device->hostdata;
in adpt_device_reset()
993
struct
adpt_device
* pDev;
in adpt_i2o_delete_hba()
994
struct
adpt_device
* pNext;
in adpt_i2o_delete_hba()
1071
static struct
adpt_device
* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun)
in adpt_find_device()
1073
struct
adpt_device
* d;
in adpt_find_device()
1367
struct
adpt_device
* pDe
in adpt_i2o_parse_lct()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H
A
D
dpti_i2o.h
64
struct
adpt_device
;
75
struct
adpt_device
*owner;
Completed in 5 milliseconds