Lines Matching refs:dd
1272 struct raid_map_disk_data *dd = &map->data[0]; in hpsa_figure_phys_disk_ptrs() local
1296 if (dev[j]->ioaccel_handle != dd[i].ioaccel_handle) in hpsa_figure_phys_disk_ptrs()
2250 struct raid_map_disk_data *dd = &map_buff->data[0]; in hpsa_debug_map_buff() local
2300 for (col = 0; col < disks_per_row; col++, dd++) in hpsa_debug_map_buff()
2303 col, dd->ioaccel_handle, in hpsa_debug_map_buff()
2304 dd->xor_mult[0], dd->xor_mult[1]); in hpsa_debug_map_buff()
2307 for (col = 0; col < disks_per_row; col++, dd++) in hpsa_debug_map_buff()
2310 col, dd->ioaccel_handle, in hpsa_debug_map_buff()
2311 dd->xor_mult[0], dd->xor_mult[1]); in hpsa_debug_map_buff()
3675 struct raid_map_disk_data *dd = &map->data[0]; in hpsa_scsi_ioaccel_raid_map() local
3944 disk_handle = dd[map_index].ioaccel_handle; in hpsa_scsi_ioaccel_raid_map()