Searched defs:CkSum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2304 uint32_t CkSum; local
2307 CkSum = SLI_CKSUM_SEED;
2309 CkSum = (CkSum >> 1) | (CkSum << 31);
2311 CkSum = (CkSum << 1) | (CkSum >> 31);
2314 CkSum ^= Temp;
2318 return (CkSum <<
[all...]

Completed in 67 milliseconds