Home
last modified time | relevance | path

Searched refs:lun_p (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c4149 struct scsi_lun *lun_p; in resp_report_luns() local
4205 lun_p = (struct scsi_lun *)&arr[0]; in resp_report_luns()
4208 ++lun_p; in resp_report_luns()
4211 for ( ; j < RL_BUCKET_ELEMS; ++j, ++lun_p) { in resp_report_luns()
4214 int_to_scsilun(lun++, lun_p); in resp_report_luns()
4216 lun_p->scsi_lun[0] |= 0x40; in resp_report_luns()
4227 int_to_scsilun(SCSI_W_LUN_REPORT_LUNS, lun_p); in resp_report_luns()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c4299 struct scsi_lun *lun_p; in resp_report_luns() local
4355 lun_p = (struct scsi_lun *)&arr[0]; in resp_report_luns()
4358 ++lun_p; in resp_report_luns()
4361 for ( ; j < RL_BUCKET_ELEMS; ++j, ++lun_p) { in resp_report_luns()
4364 int_to_scsilun(lun++, lun_p); in resp_report_luns()
4366 lun_p->scsi_lun[0] |= 0x40; in resp_report_luns()
4377 int_to_scsilun(SCSI_W_LUN_REPORT_LUNS, lun_p); in resp_report_luns()

Completed in 22 milliseconds