Home
last modified time | relevance | path

Searched refs:current_group (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhpsa.c4590 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument
4599 *current_group = *map_index / in raid_map_helper()
4601 if (offload_to_mirror == *current_group) in raid_map_helper()
4603 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper()
4606 (*current_group)++; in raid_map_helper()
4610 *current_group = 0; in raid_map_helper()
4612 } while (offload_to_mirror != *current_group); in raid_map_helper()
4640 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local
4781 &map_index, &current_group); in hpsa_scsi_ioaccel_raid_map()