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:basic_io
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.c
1926
scb->cmd.
basic_io
.command_id = IPS_COMMAND_ID(ha, scb);
in ips_usrcmd()
1929
if ((scb->cmd.
basic_io
.op_code == IPS_CMD_READ_SG) ||
in ips_usrcmd()
1930
(scb->cmd.
basic_io
.op_code == IPS_CMD_WRITE_SG) ||
in ips_usrcmd()
1931
(scb->cmd.
basic_io
.op_code == IPS_CMD_DCDB_SG))
in ips_usrcmd()
1952
scb->cmd.
basic_io
.sg_addr =
in ips_usrcmd()
3553
scb->cmd.
basic_io
.op_code =
in ips_send_cmd()
3556
scb->cmd.
basic_io
.enhanced_sg = 0;
in ips_send_cmd()
3557
scb->cmd.
basic_io
.sg_addr =
in ips_send_cmd()
3560
scb->cmd.
basic_io
.op_code =
in ips_send_cmd()
3564
scb->cmd.
basic_io
in ips_send_cmd()
[all...]
H
A
D
ips.h
584
IPS_IO_CMD
basic_io
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.c
1929
scb->cmd.
basic_io
.command_id = IPS_COMMAND_ID(ha, scb);
in ips_usrcmd()
1932
if ((scb->cmd.
basic_io
.op_code == IPS_CMD_READ_SG) ||
in ips_usrcmd()
1933
(scb->cmd.
basic_io
.op_code == IPS_CMD_WRITE_SG) ||
in ips_usrcmd()
1934
(scb->cmd.
basic_io
.op_code == IPS_CMD_DCDB_SG))
in ips_usrcmd()
1955
scb->cmd.
basic_io
.sg_addr =
in ips_usrcmd()
3556
scb->cmd.
basic_io
.op_code =
in ips_send_cmd()
3559
scb->cmd.
basic_io
.enhanced_sg = 0;
in ips_send_cmd()
3560
scb->cmd.
basic_io
.sg_addr =
in ips_send_cmd()
3563
scb->cmd.
basic_io
.op_code =
in ips_send_cmd()
3567
scb->cmd.
basic_io
in ips_send_cmd()
[all...]
H
A
D
ips.h
584
IPS_IO_CMD
basic_io
;
member
Completed in 17 milliseconds