Searched refs:raid_ctlr_position (Results 1 – 1 of 1) sorted by relevance
2944 u8 *figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, int i, in figure_lunaddrbytes() argument2954 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_lunaddrbytes()2955 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes()2957 if (i == raid_ctlr_position) in figure_lunaddrbytes()2962 (raid_ctlr_position == 0)].lunid[0]; in figure_lunaddrbytes()2966 (raid_ctlr_position == 0)][0]; in figure_lunaddrbytes()3016 int raid_ctlr_position; in hpsa_update_scsi_devices() local3072 raid_ctlr_position = 0; in hpsa_update_scsi_devices()3074 raid_ctlr_position = nphysicals + nlogicals; in hpsa_update_scsi_devices()3082 lunaddrbytes = figure_lunaddrbytes(h, raid_ctlr_position, in hpsa_update_scsi_devices()[all …]