Searched refs:data_disks_per_row (Results 1 – 2 of 2) sorted by relevance
1274 int total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_figure_phys_disk_ptrs()2278 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()2299 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()3645 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()3651 le16_to_cpu(map->data_disks_per_row); in raid_map_helper()3656 *map_index += le16_to_cpu(map->data_disks_per_row); in raid_map_helper()3660 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()3775 blocks_per_row = le16_to_cpu(map->data_disks_per_row) * in hpsa_scsi_ioaccel_raid_map()3807 total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_scsi_ioaccel_raid_map()3823 map_index += le16_to_cpu(map->data_disks_per_row); in hpsa_scsi_ioaccel_raid_map()[all …]
221 __le16 data_disks_per_row; /* data disk entries / row in the map */ member