Searched refs:one_lun (Results 1 – 1 of 1) sorted by relevance
3329 struct scsi_lun *one_lun; in resp_report_luns() local3357 one_lun = (struct scsi_lun *) &arr[8]; in resp_report_luns()3360 ((i < lun_cnt) && ((unsigned char *)(one_lun + i) < max_addr)); in resp_report_luns()3364 one_lun[i].scsi_lun[0] = in resp_report_luns()3366 one_lun[i].scsi_lun[1] = lun & 0xff; in resp_report_luns()3369 one_lun[i].scsi_lun[0] = (SCSI_W_LUN_REPORT_LUNS >> 8) & 0xff; in resp_report_luns()3370 one_lun[i].scsi_lun[1] = SCSI_W_LUN_REPORT_LUNS & 0xff; in resp_report_luns()3373 alloc_len = (unsigned char *)(one_lun + i) - arr; in resp_report_luns()