Lines Matching refs:lunid
560 unsigned char lunid[8]; in lunid_show() local
570 memcpy(lunid, hdev->scsi3addr, sizeof(lunid)); in lunid_show()
573 lunid[0], lunid[1], lunid[2], lunid[3], in lunid_show()
574 lunid[4], lunid[5], lunid[6], lunid[7]); in lunid_show()
628 static DEVICE_ATTR(lunid, S_IRUGO, lunid_show, NULL);
2714 u32 lunid = le32_to_cpu(*((__le32 *) lunaddrbytes)); in figure_bus_target_lun() local
2719 hpsa_set_bus_target_lun(device, 3, 0, lunid & 0x3fff); in figure_bus_target_lun()
2732 1, (lunid >> 16) & 0x3fff, lunid & 0x00ff); in figure_bus_target_lun()
2735 hpsa_set_bus_target_lun(device, 0, 0, lunid & 0x3fff); in figure_bus_target_lun()
2871 memcpy(scsi3addr, entry->lunid, 8); in hpsa_get_pdisk_of_ioaccel2()
2962 (raid_ctlr_position == 0)].lunid[0]; in figure_lunaddrbytes()