Searched refs:lunt (Results 1 – 2 of 2) sorted by relevance
825 if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) { in nsp32_reselection()828 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()836 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()950 cur_lunt = &(data->lunt[SCpnt->device->id][SCpnt->device->lun]); in nsp32_queuecommand_lck()2656 for (i = 0; i < ARRAY_SIZE(data->lunt); i++) { in nsp32_detect()2657 for (j = 0; j < ARRAY_SIZE(data->lunt[0]); j++) { in nsp32_detect()2658 int offset = i * ARRAY_SIZE(data->lunt[0]) + j; in nsp32_detect()2669 data->lunt[i][j] = tmp; in nsp32_detect()
574 nsp32_lunt lunt[MAX_TARGET][MAX_LUN]; /* All LUN table */ member