Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c265 u8_t current_byte = 0 ; in calc_crc32() local
274 current_byte = crc32_packet[byte]; in calc_crc32()
279 if ( msb != ( 0x1 & (current_byte>>bit)) ) // (msb != current_byte[bit]) in calc_crc32()