Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DFlashPoint.c9756 UCHAR crcBytes[3]; in scasid() local
9778 pCrcBytes = (ushort_ptr)&crcBytes[0]; in scasid()
9780 crcBytes[2] = CalcLrc(&temp_id_string[0]); in scasid()
9781 temp_id_string[1] = crcBytes[2]; in scasid()
9782 temp_id_string[2] = crcBytes[0]; in scasid()
9783 temp_id_string[3] = crcBytes[1]; in scasid()