newlun 797 drivers/scsi/nsp32.c static int nsp32_reselection(struct scsi_cmnd *SCpnt, unsigned char newlun) newlun 825 drivers/scsi/nsp32.c if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) { newlun 828 drivers/scsi/nsp32.c } else if(data->lunt[newid][newlun].SCpnt == NULL) { newlun 834 drivers/scsi/nsp32.c data->cur_lun = newlun; newlun 836 drivers/scsi/nsp32.c data->cur_lunt = &(data->lunt[newid][newlun]); newlun 1929 drivers/scsi/nsp32.c unsigned char newlun; newlun 1965 drivers/scsi/nsp32.c newlun = msgtype & 0x1f; /* TODO: SPI-3 compliant? */ newlun 1966 drivers/scsi/nsp32.c ret = nsp32_reselection(SCpnt, newlun);