Lines Matching refs:map_buff
2988 struct raid_map_data *map_buff) in hpsa_debug_map_buff() argument
2990 struct raid_map_disk_data *dd = &map_buff->data[0]; in hpsa_debug_map_buff()
3002 le32_to_cpu(map_buff->structure_size)); in hpsa_debug_map_buff()
3004 le32_to_cpu(map_buff->volume_blk_size)); in hpsa_debug_map_buff()
3006 le64_to_cpu(map_buff->volume_blk_cnt)); in hpsa_debug_map_buff()
3008 map_buff->phys_blk_shift); in hpsa_debug_map_buff()
3010 map_buff->parity_rotation_shift); in hpsa_debug_map_buff()
3012 le16_to_cpu(map_buff->strip_size)); in hpsa_debug_map_buff()
3014 le64_to_cpu(map_buff->disk_starting_blk)); in hpsa_debug_map_buff()
3016 le64_to_cpu(map_buff->disk_blk_cnt)); in hpsa_debug_map_buff()
3018 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()
3020 le16_to_cpu(map_buff->metadata_disks_per_row)); in hpsa_debug_map_buff()
3022 le16_to_cpu(map_buff->row_cnt)); in hpsa_debug_map_buff()
3024 le16_to_cpu(map_buff->layout_map_count)); in hpsa_debug_map_buff()
3026 le16_to_cpu(map_buff->flags)); in hpsa_debug_map_buff()
3028 le16_to_cpu(map_buff->flags) & in hpsa_debug_map_buff()
3031 le16_to_cpu(map_buff->dekindex)); in hpsa_debug_map_buff()
3032 map_cnt = le16_to_cpu(map_buff->layout_map_count); in hpsa_debug_map_buff()
3035 row_cnt = le16_to_cpu(map_buff->row_cnt); in hpsa_debug_map_buff()
3039 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()
3046 le16_to_cpu(map_buff->metadata_disks_per_row); in hpsa_debug_map_buff()
3058 __attribute__((unused)) struct raid_map_data *map_buff) in hpsa_debug_map_buff() argument