Lines Matching refs:map_buff
3223 struct raid_map_data *map_buff) in hpsa_debug_map_buff() argument
3225 struct raid_map_disk_data *dd = &map_buff->data[0]; in hpsa_debug_map_buff()
3237 le32_to_cpu(map_buff->structure_size)); in hpsa_debug_map_buff()
3239 le32_to_cpu(map_buff->volume_blk_size)); in hpsa_debug_map_buff()
3241 le64_to_cpu(map_buff->volume_blk_cnt)); in hpsa_debug_map_buff()
3243 map_buff->phys_blk_shift); in hpsa_debug_map_buff()
3245 map_buff->parity_rotation_shift); in hpsa_debug_map_buff()
3247 le16_to_cpu(map_buff->strip_size)); in hpsa_debug_map_buff()
3249 le64_to_cpu(map_buff->disk_starting_blk)); in hpsa_debug_map_buff()
3251 le64_to_cpu(map_buff->disk_blk_cnt)); in hpsa_debug_map_buff()
3253 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()
3255 le16_to_cpu(map_buff->metadata_disks_per_row)); in hpsa_debug_map_buff()
3257 le16_to_cpu(map_buff->row_cnt)); in hpsa_debug_map_buff()
3259 le16_to_cpu(map_buff->layout_map_count)); in hpsa_debug_map_buff()
3261 le16_to_cpu(map_buff->flags)); in hpsa_debug_map_buff()
3263 le16_to_cpu(map_buff->flags) & in hpsa_debug_map_buff()
3266 le16_to_cpu(map_buff->dekindex)); in hpsa_debug_map_buff()
3267 map_cnt = le16_to_cpu(map_buff->layout_map_count); in hpsa_debug_map_buff()
3270 row_cnt = le16_to_cpu(map_buff->row_cnt); in hpsa_debug_map_buff()
3274 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()
3281 le16_to_cpu(map_buff->metadata_disks_per_row); in hpsa_debug_map_buff()
3293 __attribute__((unused)) struct raid_map_data *map_buff) in hpsa_debug_map_buff() argument