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:raid_map_data
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fp.c
172
void *
raid_map_data
= NULL;
in MR_PopulateDrvRaidMap()
local
193
raid_map_data
= (void *)fw_map_dyn +
in MR_PopulateDrvRaidMap()
201
(struct MR_DEV_HANDLE_INFO *)(
raid_map_data
+ le32_to_cpu(desc_table->raid_map_desc_offset));
in MR_PopulateDrvRaidMap()
209
(u16 *)(
raid_map_data
+
in MR_PopulateDrvRaidMap()
219
(
raid_map_data
+ le32_to_cpu(desc_table->raid_map_desc_offset));
in MR_PopulateDrvRaidMap()
228
(
raid_map_data
+
in MR_PopulateDrvRaidMap()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fp.c
172
void *
raid_map_data
= NULL;
in MR_PopulateDrvRaidMap()
local
193
raid_map_data
= (void *)fw_map_dyn +
in MR_PopulateDrvRaidMap()
201
(struct MR_DEV_HANDLE_INFO *)(
raid_map_data
+ le32_to_cpu(desc_table->raid_map_desc_offset));
in MR_PopulateDrvRaidMap()
209
(u16 *)(
raid_map_data
+
in MR_PopulateDrvRaidMap()
219
(
raid_map_data
+ le32_to_cpu(desc_table->raid_map_desc_offset));
in MR_PopulateDrvRaidMap()
228
(
raid_map_data
+
in MR_PopulateDrvRaidMap()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
99
struct
raid_map_data
raid_map; /* I/O accelerator RAID map */
H
A
D
hpsa_cmd.h
226
struct
raid_map_data
{
struct
H
A
D
hpsa.c
1699
struct
raid_map_data
*map = &logical_drive->raid_map;
in hpsa_figure_phys_disk_ptrs()
3230
struct
raid_map_data
*map_buff)
in hpsa_debug_map_buff()
3300
__attribute__((unused)) struct
raid_map_data
*map_buff)
in hpsa_debug_map_buff()
4858
struct
raid_map_data
*map = &dev->raid_map;
in set_encrypt_ioaccel2()
5077
static void raid_map_helper(struct
raid_map_data
*map,
in raid_map_helper()
5111
struct
raid_map_data
*map = &dev->raid_map;
in hpsa_scsi_ioaccel_raid_map()
9931
BUILD_BUG_ON(offsetof(struct
raid_map_data
, member) != offset)
in verify_offsets()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
99
struct
raid_map_data
raid_map; /* I/O accelerator RAID map */
H
A
D
hpsa_cmd.h
229
struct
raid_map_data
{
struct
H
A
D
hpsa.c
1705
struct
raid_map_data
*map = &logical_drive->raid_map;
in hpsa_figure_phys_disk_ptrs()
3234
struct
raid_map_data
*map_buff)
in hpsa_debug_map_buff()
3304
__attribute__((unused)) struct
raid_map_data
*map_buff)
in hpsa_debug_map_buff()
4854
struct
raid_map_data
*map = &dev->raid_map;
in set_encrypt_ioaccel2()
5073
static void raid_map_helper(struct
raid_map_data
*map,
in raid_map_helper()
5107
struct
raid_map_data
*map = &dev->raid_map;
in hpsa_scsi_ioaccel_raid_map()
9946
BUILD_BUG_ON(offsetof(struct
raid_map_data
, member) != offset)
in verify_offsets()
Completed in 35 milliseconds