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:workreq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
atp870u.c
124
struct scsi_cmnd *
workreq
;
in atp870u_intr_handle()
local
332
workreq
= dev->id[c][target_id].curr_req;
in atp870u_intr_handle()
334
scmd_printk(KERN_DEBUG,
workreq
, "CDB");
in atp870u_intr_handle()
335
for (l = 0; l <
workreq
->cmd_len; l++)
in atp870u_intr_handle()
336
printk(KERN_DEBUG " %x",
workreq
->cmnd[l]);
in atp870u_intr_handle()
364
//j=
workreq
->cmnd[0];
in atp870u_intr_handle()
365
if ((
workreq
->cmnd[0] == 0x08) || (
workreq
->cmnd[0] == 0x28) || (
workreq
->cmnd[0] == 0x0a) || (
workreq
in atp870u_intr_handle()
683
struct scsi_cmnd *
workreq
= NULL;
send_s870()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
atp870u.c
125
struct scsi_cmnd *
workreq
;
in atp870u_intr_handle()
local
346
workreq
= dev->id[c][target_id].curr_req;
in atp870u_intr_handle()
348
scmd_printk(KERN_DEBUG,
workreq
, "CDB");
in atp870u_intr_handle()
349
for (l = 0; l <
workreq
->cmd_len; l++)
in atp870u_intr_handle()
350
printk(KERN_DEBUG " %x",
workreq
->cmnd[l]);
in atp870u_intr_handle()
381
//j=
workreq
->cmnd[0];
in atp870u_intr_handle()
382
if ((
workreq
->cmnd[0] == READ_6) ||
in atp870u_intr_handle()
383
(
workreq
->cmnd[0] == READ_10) ||
in atp870u_intr_handle()
384
(
workreq
->cmnd[0] == WRITE_6) ||
in atp870u_intr_handle()
385
(
workreq
in atp870u_intr_handle()
712
struct scsi_cmnd *
workreq
= NULL;
send_s870()
local
[all...]
Completed in 3 milliseconds