Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1521 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local
1530 current_byte = crc32_packet[byte]; in ecore_calc_crc32c()
1534 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()