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:scsi_op
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-scsi.c
4054
u8
scsi_op
= scmd->cmnd[0];
in __ata_scsi_queuecmd()
local
4073
xlat_func = ata_get_xlat_func(dev,
scsi_op
);
in __ata_scsi_queuecmd()
4074
} else if (likely((
scsi_op
!= ATA_16) || !atapi_passthru16)) {
in __ata_scsi_queuecmd()
4076
int len = COMMAND_SIZE(
scsi_op
);
in __ata_scsi_queuecmd()
4089
xlat_func = ata_get_xlat_func(dev,
scsi_op
);
in __ata_scsi_queuecmd()
4100
DPRINTK("bad CDB len=%u,
scsi_op
=0x%02x, max=%u\n",
in __ata_scsi_queuecmd()
4101
scmd->cmd_len,
scsi_op
, dev->cdb_len);
in __ata_scsi_queuecmd()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-scsi.c
4149
u8
scsi_op
= scmd->cmnd[0];
in __ata_scsi_queuecmd()
local
4168
xlat_func = ata_get_xlat_func(dev,
scsi_op
);
in __ata_scsi_queuecmd()
4169
} else if (likely((
scsi_op
!= ATA_16) || !atapi_passthru16)) {
in __ata_scsi_queuecmd()
4171
int len = COMMAND_SIZE(
scsi_op
);
in __ata_scsi_queuecmd()
4184
xlat_func = ata_get_xlat_func(dev,
scsi_op
);
in __ata_scsi_queuecmd()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
storvsc_drv.c
1652
u8
scsi_op
= scmnd->cmnd[0];
in storvsc_scsi_cmd_ok()
local
1654
switch (
scsi_op
) {
in storvsc_scsi_cmd_ok()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
storvsc_drv.c
1691
u8
scsi_op
= scmnd->cmnd[0];
in storvsc_scsi_cmd_ok()
local
1693
switch (
scsi_op
) {
in storvsc_scsi_cmd_ok()
Completed in 16 milliseconds