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:layout_map_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1019
__le16
layout_map_count
; /* layout maps (1 map per */
member
1052
u16
layout_map_count
;
member
H
A
D
smartpqi_init.c
1433
if (get_unaligned_le16(&raid_map->
layout_map_count
) != 2) {
in pqi_validate_raid_map()
1438
if (get_unaligned_le16(&raid_map->
layout_map_count
) != 3) {
in pqi_validate_raid_map()
1444
get_unaligned_le16(&raid_map->
layout_map_count
) > 1) {
in pqi_validate_raid_map()
2748
rmd->
layout_map_count
= get_unaligned_le16(&raid_map->
layout_map_count
);
in pci_get_aio_common_raid_map_values()
2809
rmd->stripesize = rmd->blocks_per_row * rmd->
layout_map_count
;
in pqi_calc_aio_r5_or_r6()
2956
if (rmd->
layout_map_count
> 2) {
in pqi_calc_aio_r1_nexus()
2961
rmd->num_it_nexus_entries = rmd->
layout_map_count
;
in pqi_calc_aio_r1_nexus()
3001
if (next_bypass_group >= rmd.
layout_map_count
)
in pqi_raid_bypass_submit_scsi_cmd()
3008
(rmd.
layout_map_count
>
in pqi_raid_bypass_submit_scsi_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa_cmd.h
243
__le16
layout_map_count
; /* layout maps (1 map per mirror/parity
member
H
A
D
hpsa.c
1705
le16_to_cpu(map->
layout_map_count
) *
in hpsa_figure_phys_disk_ptrs()
1707
int nphys_disk = le16_to_cpu(map->
layout_map_count
) *
in hpsa_figure_phys_disk_ptrs()
3265
dev_info(&h->pdev->dev, "
layout_map_count
= %u\n",
in hpsa_debug_map_buff()
3266
le16_to_cpu(map_buff->
layout_map_count
));
in hpsa_debug_map_buff()
3274
map_cnt = le16_to_cpu(map_buff->
layout_map_count
);
in hpsa_debug_map_buff()
5091
if (*current_group < le16_to_cpu(map->
layout_map_count
) - 1) {
in raid_map_helper()
5269
if (le16_to_cpu(map->
layout_map_count
) != 2) {
in hpsa_scsi_ioaccel_raid_map()
5282
if (le16_to_cpu(map->
layout_map_count
) != 3) {
in hpsa_scsi_ioaccel_raid_map()
5293
le16_to_cpu(map->
layout_map_count
) - 1)
in hpsa_scsi_ioaccel_raid_map()
5298
* increment it beyond the range of dev->
layout_map_count
in hpsa_scsi_ioaccel_raid_map()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa_cmd.h
246
__le16
layout_map_count
; /* layout maps (1 map per mirror/parity
member
H
A
D
hpsa.c
1711
le16_to_cpu(map->
layout_map_count
) *
in hpsa_figure_phys_disk_ptrs()
1713
int nphys_disk = le16_to_cpu(map->
layout_map_count
) *
in hpsa_figure_phys_disk_ptrs()
3269
dev_info(&h->pdev->dev, "
layout_map_count
= %u\n",
in hpsa_debug_map_buff()
3270
le16_to_cpu(map_buff->
layout_map_count
));
in hpsa_debug_map_buff()
3278
map_cnt = le16_to_cpu(map_buff->
layout_map_count
);
in hpsa_debug_map_buff()
5087
if (*current_group < le16_to_cpu(map->
layout_map_count
) - 1) {
in raid_map_helper()
5265
if (le16_to_cpu(map->
layout_map_count
) != 2) {
in hpsa_scsi_ioaccel_raid_map()
5278
if (le16_to_cpu(map->
layout_map_count
) != 3) {
in hpsa_scsi_ioaccel_raid_map()
5289
le16_to_cpu(map->
layout_map_count
) - 1)
in hpsa_scsi_ioaccel_raid_map()
5294
* increment it beyond the range of dev->
layout_map_count
in hpsa_scsi_ioaccel_raid_map()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
1137
if (get_unaligned_le16(&raid_map->
layout_map_count
) != 2) {
in pqi_validate_raid_map()
1142
if (get_unaligned_le16(&raid_map->
layout_map_count
) != 3) {
in pqi_validate_raid_map()
1148
get_unaligned_le16(&raid_map->
layout_map_count
) > 1) {
in pqi_validate_raid_map()
2272
u16
layout_map_count
;
in pqi_raid_bypass_submit_scsi_cmd()
local
2346
layout_map_count
= get_unaligned_le16(&raid_map->
layout_map_count
);
in pqi_raid_bypass_submit_scsi_cmd()
2410
layout_map_count
- 1) {
in pqi_raid_bypass_submit_scsi_cmd()
2431
(offload_to_mirror >=
layout_map_count
- 1) ?
in pqi_raid_bypass_submit_scsi_cmd()
2437
* increment it beyond the range of device->
layout_map_count
-1.
in pqi_raid_bypass_submit_scsi_cmd()
2440
device->raid_level == SA_RAID_6) &&
layout_map_count
>
in pqi_raid_bypass_submit_scsi_cmd()
[all...]
H
A
D
smartpqi.h
899
__le16
layout_map_count
; /* layout maps (1 map per */
member
Completed in 49 milliseconds