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:stor_pkt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
storvsc_drv.c
1131
struct vstor_packet *
stor_pkt
;
in storvsc_on_io_completion()
local
1134
stor_pkt
= &request->vstor_packet;
in storvsc_on_io_completion()
1147
if ((
stor_pkt
->vm_srb.cdb[0] == INQUIRY) ||
in storvsc_on_io_completion()
1148
(
stor_pkt
->vm_srb.cdb[0] == MODE_SENSE)) {
in storvsc_on_io_completion()
1154
stor_pkt
->vm_srb.scsi_status = vstor_packet->vm_srb.scsi_status;
in storvsc_on_io_completion()
1155
stor_pkt
->vm_srb.srb_status = vstor_packet->vm_srb.srb_status;
in storvsc_on_io_completion()
1161
stor_pkt
->vm_srb.sense_info_length = min_t(u8, STORVSC_SENSE_BUFFER_SIZE,
in storvsc_on_io_completion()
1172
int loglevel = (
stor_pkt
->vm_srb.cdb[0] == TEST_UNIT_READY) ?
in storvsc_on_io_completion()
1178
stor_pkt
->vm_srb.cdb[0],
in storvsc_on_io_completion()
1188
stor_pkt
in storvsc_on_io_completion()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
storvsc_drv.c
1146
struct vstor_packet *
stor_pkt
;
in storvsc_on_io_completion()
local
1149
stor_pkt
= &request->vstor_packet;
in storvsc_on_io_completion()
1162
if ((
stor_pkt
->vm_srb.cdb[0] == INQUIRY) ||
in storvsc_on_io_completion()
1163
(
stor_pkt
->vm_srb.cdb[0] == MODE_SENSE)) {
in storvsc_on_io_completion()
1170
stor_pkt
->vm_srb.scsi_status = vstor_packet->vm_srb.scsi_status;
in storvsc_on_io_completion()
1171
stor_pkt
->vm_srb.srb_status = vstor_packet->vm_srb.srb_status;
in storvsc_on_io_completion()
1177
stor_pkt
->vm_srb.sense_info_length =
in storvsc_on_io_completion()
1184
stor_pkt
->vm_srb.cdb[0],
in storvsc_on_io_completion()
1205
stor_pkt
->vm_srb.data_transfer_length =
in storvsc_on_io_completion()
Completed in 5 milliseconds