Lines Matching refs:LUN
2444 memcpy(cp->Header.LUN.LunAddrBytes, c->CISS_LUN, 8); in complete_scsi_command()
2703 const u8 *lun = c->Header.LUN.LunAddrBytes; in hpsa_print_cmd()
2864 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, in hpsa_cmd_dev_match()
2865 sizeof(c->Header.LUN.LunAddrBytes)); in hpsa_cmd_dev_match()
3214 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical()
3215 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical()
3845 return &physdev_list->LUN[i - in figure_lunaddrbytes()
3849 return &logdev_list->LUN[i - nphysicals - in figure_lunaddrbytes()
3862 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_ioaccel_drive_info()
3886 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_path_info()
4035 (physdev_list->LUN[phys_dev_index].device_flags & 0x01)) in hpsa_update_scsi_devices()
4955 memcpy(&c->Header.LUN.LunAddrBytes[0], &scsi3addr[0], 8); in hpsa_ciss_submit()
6244 memcpy(&c->Header.LUN, &iocommand.LUN_info, sizeof(c->Header.LUN)); in hpsa_passthru_ioctl()
6374 memcpy(&c->Header.LUN, &ioc->LUN_info, sizeof(c->Header.LUN)); in hpsa_big_passthru_ioctl()
6523 memcpy(c->Header.LUN.LunAddrBytes, scsi3addr, 8); in fill_cmd()
6947 memset(&cmd->CommandHeader.LUN.LunAddrBytes, 0, 8); in hpsa_message()
9656 VERIFY_OFFSET(LUN, 0x34); in verify_offsets()