Lines Matching refs:CRC32
699 *crc_p = CRC32( 0, *crc_p ); in download_data()
931 crc = CRC32( value, crc ); in send_frame_header()
934 crc = CRC32( value, crc ); in send_frame_header()
937 crc = CRC32( nl->tx_frameno, crc ); in send_frame_header()
939 crc = CRC32( 0, crc ); in send_frame_header()
953 crc = CRC32( inb( ioaddr + DAT ), crc ); in skip_tail()
976 crc = CRC32( value, crc ); in check_fhdr()
979 crc = CRC32( value, crc ); in check_fhdr()
990 crc = CRC32( value, crc ); in check_fhdr()
992 crc = CRC32( inb( ioaddr + DAT ), crc ); /* reserved byte */ in check_fhdr()
1567 crc = CRC32( *p++, crc ); in calc_crc32()