Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c2978 static u8 *figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, in figure_lunaddrbytes() argument
2988 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_lunaddrbytes()
2989 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes()
2991 if (i == raid_ctlr_position) in figure_lunaddrbytes()
2996 (raid_ctlr_position == 0)].lunid[0]; in figure_lunaddrbytes()
3000 (raid_ctlr_position == 0)][0]; in figure_lunaddrbytes()
3076 int raid_ctlr_position; in hpsa_update_scsi_devices() local
3133 raid_ctlr_position = 0; in hpsa_update_scsi_devices()
3135 raid_ctlr_position = nphysicals + nlogicals; in hpsa_update_scsi_devices()
3143 lunaddrbytes = figure_lunaddrbytes(h, raid_ctlr_position, in hpsa_update_scsi_devices()
[all …]