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

/linux-master/drivers/scsi/
H A DFlashPoint.c5734 unsigned char crcBytes[3]; local
5753 pCrcBytes = (unsigned short *)&crcBytes[0];
5755 crcBytes[2] = FPT_CalcLrc(&temp_id_string[0]);
5756 temp_id_string[1] = crcBytes[2];
5757 temp_id_string[2] = crcBytes[0];
5758 temp_id_string[3] = crcBytes[1];

Completed in 162 milliseconds