Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c3332 struct scsi_lun *one_lun; in resp_report_luns() local
3360 one_lun = (struct scsi_lun *) &arr[8]; in resp_report_luns()
3363 ((i < lun_cnt) && ((unsigned char *)(one_lun + i) < max_addr)); in resp_report_luns()
3367 one_lun[i].scsi_lun[0] = in resp_report_luns()
3369 one_lun[i].scsi_lun[1] = lun & 0xff; in resp_report_luns()
3372 one_lun[i].scsi_lun[0] = (SAM2_WLUN_REPORT_LUNS >> 8) & 0xff; in resp_report_luns()
3373 one_lun[i].scsi_lun[1] = SAM2_WLUN_REPORT_LUNS & 0xff; in resp_report_luns()
3376 alloc_len = (unsigned char *)(one_lun + i) - arr; in resp_report_luns()