Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c3328 int lun_cnt, i, upper, num, n, want_wlun, shortish; in resp_report_luns() local
3345 lun_cnt = scsi_debug_max_luns; in resp_report_luns()
3347 lun_cnt = 0; in resp_report_luns()
3348 else if (scsi_debug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
3349 --lun_cnt; in resp_report_luns()
3351 num = lun_cnt + want_wlun; in resp_report_luns()
3358 lun_cnt = n; in resp_report_luns()
3363 ((i < lun_cnt) && ((unsigned char *)(one_lun + i) < max_addr)); in resp_report_luns()