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:asc_scsi_q
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
advansys.c
322
typedef struct
asc_scsi_q
{
struct
7509
struct
asc_scsi_q
*
asc_scsi_q
)
in asc_build_req()
7515
memset(
asc_scsi_q
, 0, sizeof(*
asc_scsi_q
));
in asc_build_req()
7522
asc_scsi_q
->q2.srb_tag = srb_tag;
in asc_build_req()
7527
asc_scsi_q
->cdbptr = &scp->cmnd[0];
in asc_build_req()
7528
asc_scsi_q
->q2.cdb_len = scp->cmd_len;
in asc_build_req()
7529
asc_scsi_q
->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id);
in asc_build_req()
7530
asc_scsi_q
in asc_build_req()
7508
asc_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, struct
asc_scsi_q
*
asc_scsi_q
)
asc_build_req()
argument
8474
struct
asc_scsi_q
asc_scsi_q
;
asc_execute_scsi_cmnd()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
advansys.c
313
typedef struct
asc_scsi_q
{
struct
7423
struct
asc_scsi_q
*
asc_scsi_q
)
in asc_build_req()
7429
memset(
asc_scsi_q
, 0, sizeof(*
asc_scsi_q
));
in asc_build_req()
7436
asc_scsi_q
->q2.srb_tag = srb_tag;
in asc_build_req()
7441
asc_scsi_q
->cdbptr = &scp->cmnd[0];
in asc_build_req()
7442
asc_scsi_q
->q2.cdb_len = scp->cmd_len;
in asc_build_req()
7443
asc_scsi_q
->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id);
in asc_build_req()
7444
asc_scsi_q
in asc_build_req()
7422
asc_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, struct
asc_scsi_q
*
asc_scsi_q
)
asc_build_req()
argument
8388
struct
asc_scsi_q
asc_scsi_q
;
asc_execute_scsi_cmnd()
local
[all...]
Completed in 26 milliseconds