Searched refs:crcBytes (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 DFlashPoint.c5805 unsigned char crcBytes[3]; local
5824 pCrcBytes = (unsigned short *)&crcBytes[0];
5826 crcBytes[2] = FPT_CalcLrc(&temp_id_string[0]);
5827 temp_id_string[1] = crcBytes[2];
5828 temp_id_string[2] = crcBytes[0];
5829 temp_id_string[3] = crcBytes[1];

Completed in 41 milliseconds