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:ldio
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
1356
* 3 SGEs for 32-bit SGLs for
ldio
&
in megasas_get_frame_count()
1505
struct megasas_io_frame *
ldio
;
in megasas_build_ldio()
local
1508
ldio
= (struct megasas_io_frame *)cmd->frame;
in megasas_build_ldio()
1522
ldio
->cmd = (sc & 0x02) ? MFI_CMD_LD_WRITE : MFI_CMD_LD_READ;
in megasas_build_ldio()
1523
ldio
->cmd_status = 0x0;
in megasas_build_ldio()
1524
ldio
->scsi_status = 0x0;
in megasas_build_ldio()
1525
ldio
->target_id = device_id;
in megasas_build_ldio()
1526
ldio
->timeout = 0;
in megasas_build_ldio()
1527
ldio
->reserved_0 = 0;
in megasas_build_ldio()
1528
ldio
in megasas_build_ldio()
1669
struct megasas_io_frame *
ldio
;
megasas_dump_pending_frames()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
1366
* 3 SGEs for 32-bit SGLs for
ldio
&
in megasas_get_frame_count()
1515
struct megasas_io_frame *
ldio
;
in megasas_build_ldio()
local
1518
ldio
= (struct megasas_io_frame *)cmd->frame;
in megasas_build_ldio()
1532
ldio
->cmd = (sc & 0x02) ? MFI_CMD_LD_WRITE : MFI_CMD_LD_READ;
in megasas_build_ldio()
1533
ldio
->cmd_status = 0x0;
in megasas_build_ldio()
1534
ldio
->scsi_status = 0x0;
in megasas_build_ldio()
1535
ldio
->target_id = device_id;
in megasas_build_ldio()
1536
ldio
->timeout = 0;
in megasas_build_ldio()
1537
ldio
->reserved_0 = 0;
in megasas_build_ldio()
1538
ldio
in megasas_build_ldio()
1679
struct megasas_io_frame *
ldio
;
megasas_dump_pending_frames()
local
[all...]
Completed in 9 milliseconds