Lines Matching refs:map_buff

2248 				struct raid_map_data *map_buff)  in hpsa_debug_map_buff()  argument
2250 struct raid_map_disk_data *dd = &map_buff->data[0]; in hpsa_debug_map_buff()
2262 le32_to_cpu(map_buff->structure_size)); in hpsa_debug_map_buff()
2264 le32_to_cpu(map_buff->volume_blk_size)); in hpsa_debug_map_buff()
2266 le64_to_cpu(map_buff->volume_blk_cnt)); in hpsa_debug_map_buff()
2268 map_buff->phys_blk_shift); in hpsa_debug_map_buff()
2270 map_buff->parity_rotation_shift); in hpsa_debug_map_buff()
2272 le16_to_cpu(map_buff->strip_size)); in hpsa_debug_map_buff()
2274 le64_to_cpu(map_buff->disk_starting_blk)); in hpsa_debug_map_buff()
2276 le64_to_cpu(map_buff->disk_blk_cnt)); in hpsa_debug_map_buff()
2278 le16_to_cpu(map_buff->data_disks_per_row)); in hpsa_debug_map_buff()
2280 le16_to_cpu(map_buff->metadata_disks_per_row)); in hpsa_debug_map_buff()
2282 le16_to_cpu(map_buff->row_cnt)); in hpsa_debug_map_buff()
2284 le16_to_cpu(map_buff->layout_map_count)); in hpsa_debug_map_buff()
2286 le16_to_cpu(map_buff->flags)); in hpsa_debug_map_buff()
2288 le16_to_cpu(map_buff->flags) & in hpsa_debug_map_buff()
2291 le16_to_cpu(map_buff->dekindex)); in hpsa_debug_map_buff()
2292 map_cnt = le16_to_cpu(map_buff->layout_map_count); in hpsa_debug_map_buff()
2295 row_cnt = le16_to_cpu(map_buff->row_cnt); in hpsa_debug_map_buff()
2299 le16_to_cpu(map_buff->data_disks_per_row); in hpsa_debug_map_buff()
2306 le16_to_cpu(map_buff->metadata_disks_per_row); in hpsa_debug_map_buff()
2318 __attribute__((unused)) struct raid_map_data *map_buff) in hpsa_debug_map_buff() argument