Home
last modified time | relevance | path

Searched refs:map_index (Results 1 – 2 of 2) 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
4594 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4599 *current_group = *map_index / in raid_map_helper()
4605 *map_index += le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4609 *map_index %= le16_to_cpu(map->data_disks_per_row); in raid_map_helper()
4626 u32 map_index; in hpsa_scsi_ioaccel_raid_map() local
4758 map_index = (map_row * total_disks_per_row) + first_column; in hpsa_scsi_ioaccel_raid_map()
4770 map_index += le16_to_cpu(map->data_disks_per_row); in hpsa_scsi_ioaccel_raid_map()
4781 &map_index, &current_group); in hpsa_scsi_ioaccel_raid_map()
4878 map_index = (first_group * in hpsa_scsi_ioaccel_raid_map()
[all …]
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3207 u32 ring_type, u32 map_index, in hwrm_ring_alloc_send_msg() argument
3228 req.logical_id = cpu_to_le16(map_index); in hwrm_ring_alloc_send_msg()
3235 cpu_to_le16(bp->grp_info[map_index].cp_fw_ring_id); in hwrm_ring_alloc_send_msg()