Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c4060 u8 *lunaddrbytes, struct hpsa_scsi_dev_t *device) in figure_bus_target_lun() argument
4062 u32 lunid = get_unaligned_le32(lunaddrbytes); in figure_bus_target_lun()
4064 if (!is_logical_dev_addr_mode(lunaddrbytes)) { in figure_bus_target_lun()
4066 if (is_hba_lunid(lunaddrbytes)) { in figure_bus_target_lun()
4269 static bool hpsa_is_disk_spare(struct ctlr_info *h, u8 *lunaddrbytes) in hpsa_is_disk_spare() argument
4280 lunaddrbytes, in hpsa_is_disk_spare()
4281 GET_BMIC_DRIVE_NUMBER(lunaddrbytes), in hpsa_is_disk_spare()
4296 static bool hpsa_skip_device(struct ctlr_info *h, u8 *lunaddrbytes, in hpsa_skip_device() argument
4302 if (!MASKED_DEVICE(lunaddrbytes)) in hpsa_skip_device()
4328 if (hpsa_is_disk_spare(h, lunaddrbytes)) in hpsa_skip_device()
[all …]