Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dnsp32.c835 if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) { in nsp32_reselection()
838 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()
846 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()
960 cur_lunt = &(data->lunt[SCpnt->device->id][SCpnt->device->lun]); in nsp32_queuecommand_lck()
2665 for (i = 0; i < ARRAY_SIZE(data->lunt); i++) { in nsp32_detect()
2666 for (j = 0; j < ARRAY_SIZE(data->lunt[0]); j++) { in nsp32_detect()
2667 int offset = i * ARRAY_SIZE(data->lunt[0]) + j; in nsp32_detect()
2678 data->lunt[i][j] = tmp; in nsp32_detect()
Dnsp32.h583 nsp32_lunt lunt[MAX_TARGET][MAX_LUN]; /* All LUN table */ member