Searched refs:current_group (Results 1 – 1 of 1) sorted by relevance
5072 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument5081 *current_group = *map_index / in raid_map_helper()5083 if (offload_to_mirror == *current_group) in raid_map_helper()5085 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper()5088 (*current_group)++; in raid_map_helper()5092 *current_group = 0; in raid_map_helper()5094 } while (offload_to_mirror != *current_group); in raid_map_helper()5122 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local5283 &map_index, ¤t_group); in hpsa_scsi_ioaccel_raid_map()