Home
last modified time | relevance | path

Searched defs:raid_map_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h229 struct raid_map_data { struct
230 __le32 structure_size; /* Size of entire structure in bytes */
231 __le32 volume_blk_size; /* bytes / block in the volume */
232 __le64 volume_blk_cnt; /* logical blocks on the volume */
233 u8 phys_blk_shift; /* Shift factor to convert between
236 u8 parity_rotation_shift; /* Shift factor to convert between units
239 __le16 strip_size; /* blocks used on each disk / stripe */
240 __le64 disk_starting_blk; /* First disk block used in volume */
241 __le64 disk_blk_cnt; /* disk blocks used by volume / disk */
242 __le16 data_disks_per_row; /* data disk entries / row in the map */
[all …]
/Linux-v6.1/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c172 void *raid_map_data = NULL; in MR_PopulateDrvRaidMap() local