Lines Matching refs:LUN

2619 		memcpy(cp->Header.LUN.LunAddrBytes, c->CISS_LUN, 8);  in complete_scsi_command()
2878 const u8 *lun = c->Header.LUN.LunAddrBytes; in hpsa_print_cmd()
3084 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, in hpsa_cmd_dev_match()
3085 sizeof(c->Header.LUN.LunAddrBytes)); in hpsa_cmd_dev_match()
3440 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_enclosure_info()
3535 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical()
3536 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical()
3584 if (physdev->LUN[i].device_type == in hpsa_ext_ctrl_present()
3586 && !is_hba_lunid(physdev->LUN[i].lunid)) { in hpsa_ext_ctrl_present()
3787 memcpy(buf->LUN[i].lunid, lbuf->LUN[i], 8); in hpsa_scsi_do_report_phys_luns()
4142 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4146 return &logdev_list->LUN[i - nphysicals - in figure_lunaddrbytes()
4161 rle = &rlep->LUN[rle_index]; in hpsa_get_ioaccel_drive_info()
4185 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_path_info()
4409 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
5397 memcpy(&c->Header.LUN.LunAddrBytes[0], &scsi3addr[0], 8); in hpsa_ciss_submit()
6315 memcpy(&c->Header.LUN, &iocommand.LUN_info, sizeof(c->Header.LUN)); in hpsa_passthru_ioctl()
6445 memcpy(&c->Header.LUN, &ioc->LUN_info, sizeof(c->Header.LUN)); in hpsa_big_passthru_ioctl()
6594 memcpy(c->Header.LUN.LunAddrBytes, scsi3addr, 8); in fill_cmd()
7017 memset(&cmd->CommandHeader.LUN.LunAddrBytes, 0, 8); in hpsa_message()
9857 VERIFY_OFFSET(LUN, 0x34); in verify_offsets()