Searched refs:data_disks_per_row (Results 1 – 3 of 3) sorted by relevance
1025 __le16 data_disks_per_row; /* data disk entries / row in the map */ member1060 u16 data_disks_per_row; member
1702 int total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_figure_phys_disk_ptrs()3253 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()3274 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()5064 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()5070 le16_to_cpu(map->data_disks_per_row); in raid_map_helper()5075 *map_index += le16_to_cpu(map->data_disks_per_row); in raid_map_helper()5079 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()5204 blocks_per_row = le16_to_cpu(map->data_disks_per_row) * in hpsa_scsi_ioaccel_raid_map()5236 total_disks_per_row = le16_to_cpu(map->data_disks_per_row) + in hpsa_scsi_ioaccel_raid_map()5256 map_index += le16_to_cpu(map->data_disks_per_row); in hpsa_scsi_ioaccel_raid_map()[all …]
242 __le16 data_disks_per_row; /* data disk entries / row in the map */ member