Searched refs:lunt (Results 1 – 2 of 2) sorted by relevance
833 if (newid >= ARRAY_SIZE(data->lunt) || in nsp32_reselection()834 newlun >= ARRAY_SIZE(data->lunt[0])) { in nsp32_reselection()837 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()845 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()961 cur_lunt = &(data->lunt[SCpnt->device->id][SCpnt->device->lun]); in nsp32_queuecommand_lck()2663 for (i = 0; i < ARRAY_SIZE(data->lunt); i++) { in nsp32_detect()2664 for (j = 0; j < ARRAY_SIZE(data->lunt[0]); j++) { in nsp32_detect()2665 int offset = i * ARRAY_SIZE(data->lunt[0]) + j; in nsp32_detect()2676 data->lunt[i][j] = tmp; in nsp32_detect()
574 nsp32_lunt lunt[MAX_TARGET][MAX_LUN]; /* All LUN table */ member