Home
last modified time | relevance | path

Searched refs:data_disks_per_row (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h233 __le16 data_disks_per_row; /* data disk entries / row in the map */ member
Dhpsa.c1619 int total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_figure_phys_disk_ptrs()
3018 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()
3039 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()
4594 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4600 le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4605 *map_index += le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4609 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4722 blocks_per_row = le16_to_cpu(map->data_disks_per_row) * in hpsa_scsi_ioaccel_raid_map()
4754 total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_scsi_ioaccel_raid_map()
4770 map_index += le16_to_cpu(map->data_disks_per_row); in hpsa_scsi_ioaccel_raid_map()
[all …]