Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dnsp32.c810 static int nsp32_reselection(struct scsi_cmnd *SCpnt, unsigned char newlun) in nsp32_reselection() argument
838 if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) { in nsp32_reselection()
841 } else if(data->lunt[newid][newlun].SCpnt == NULL) { in nsp32_reselection()
847 data->cur_lun = newlun; in nsp32_reselection()
849 data->cur_lunt = &(data->lunt[newid][newlun]); in nsp32_reselection()
1942 unsigned char newlun; in nsp32_msgin_occur() local
1978 newlun = msgtype & 0x1f; /* TODO: SPI-3 compliant? */ in nsp32_msgin_occur()
1979 ret = nsp32_reselection(SCpnt, newlun); in nsp32_msgin_occur()