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:READ_WRITE_LDIO
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2031
((cmd_type ==
READ_WRITE_LDIO
) ||
in map_cmd_status()
3194
case
READ_WRITE_LDIO
:
in megasas_build_io_fusion()
3329
if ((megasas_cmd_type(scmd) ==
READ_WRITE_LDIO
) &&
in megasas_build_and_issue_cmd_fusion()
3448
megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
)
in megasas_complete_r1_command()
3548
(megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
))
in complete_cmd_fusion()
4901
megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
)
in megasas_reset_fusion()
H
A
D
megaraid_sas.h
1541
READ_WRITE_LDIO
= 0,
enumerator
H
A
D
megaraid_sas_base.c
1649
READ_WRITE_LDIO
: READ_WRITE_SYSPDIO;
in megasas_cmd_type()
1687
if (megasas_cmd_type(cmd->scmd) ==
READ_WRITE_LDIO
) {
in megasas_dump_pending_frames()
1744
if (megasas_cmd_type(scmd) ==
READ_WRITE_LDIO
)
in megasas_build_and_issue_cmd()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2067
((cmd_type ==
READ_WRITE_LDIO
) ||
in map_cmd_status()
3231
case
READ_WRITE_LDIO
:
in megasas_build_io_fusion()
3370
if ((megasas_cmd_type(scmd) ==
READ_WRITE_LDIO
) &&
in megasas_build_and_issue_cmd_fusion()
3490
megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
)
in megasas_complete_r1_command()
3632
(megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
))
in complete_cmd_fusion()
5013
megasas_cmd_type(scmd_local) ==
READ_WRITE_LDIO
)
in megasas_reset_fusion()
H
A
D
megaraid_sas.h
1543
READ_WRITE_LDIO
= 0,
enumerator
H
A
D
megaraid_sas_base.c
1659
READ_WRITE_LDIO
: READ_WRITE_SYSPDIO;
in megasas_cmd_type()
1697
if (megasas_cmd_type(cmd->scmd) ==
READ_WRITE_LDIO
) {
in megasas_dump_pending_frames()
1754
if (megasas_cmd_type(scmd) ==
READ_WRITE_LDIO
)
in megasas_build_and_issue_cmd()
Completed in 40 milliseconds