Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c4044 u8 *lunaddrbytes, struct hpsa_scsi_dev_t *device) in figure_bus_target_lun() argument
4046 u32 lunid = get_unaligned_le32(lunaddrbytes); in figure_bus_target_lun()
4048 if (!is_logical_dev_addr_mode(lunaddrbytes)) { in figure_bus_target_lun()
4050 if (is_hba_lunid(lunaddrbytes)) { in figure_bus_target_lun()
4253 static bool hpsa_is_disk_spare(struct ctlr_info *h, u8 *lunaddrbytes) in hpsa_is_disk_spare() argument
4264 lunaddrbytes, in hpsa_is_disk_spare()
4265 GET_BMIC_DRIVE_NUMBER(lunaddrbytes), in hpsa_is_disk_spare()
4280 static bool hpsa_skip_device(struct ctlr_info *h, u8 *lunaddrbytes, in hpsa_skip_device() argument
4286 if (!MASKED_DEVICE(lunaddrbytes)) in hpsa_skip_device()
4312 if (hpsa_is_disk_spare(h, lunaddrbytes)) in hpsa_skip_device()
[all …]