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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32.c797 static int nsp32_reselection(struct scsi_cmnd *SCpnt, unsigned char newlun) argument
825 if (newid >= ARRAY_SIZE(data->lunt) || newlun >= ARRAY_SIZE(data->lunt[0])) {
828 } else if(data->lunt[newid][newlun].SCpnt == NULL) {
834 data->cur_lun = newlun;
836 data->cur_lunt = &(data->lunt[newid][newlun]);
1951 unsigned char newlun; local
1987 newlun = msgtype & 0x1f; /* TODO: SPI-3 compliant? */
1988 ret = nsp32_reselection(SCpnt, newlun);

Completed in 17 milliseconds