Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dnsp32.c2708 int n_target, n_lun, i; in nsp32_detect() local
2821 for (n_lun = 0; n_lun < NUMBER(data->lunt[0]); n_lun++) { in nsp32_detect()
2822 int offset = n_target * NUMBER(data->lunt[0]) + n_lun; in nsp32_detect()
2833 data->lunt[n_target][n_lun] = tmp; in nsp32_detect()