Lines Matching refs:CRC32
700 *crc_p = CRC32( 0, *crc_p ); in download_data()
926 crc = CRC32( value, crc ); in send_frame_header()
929 crc = CRC32( value, crc ); in send_frame_header()
932 crc = CRC32( nl->tx_frameno, crc ); in send_frame_header()
934 crc = CRC32( 0, crc ); in send_frame_header()
948 crc = CRC32( inb( ioaddr + DAT ), crc ); in skip_tail()
971 crc = CRC32( value, crc ); in check_fhdr()
974 crc = CRC32( value, crc ); in check_fhdr()
985 crc = CRC32( value, crc ); in check_fhdr()
987 crc = CRC32( inb( ioaddr + DAT ), crc ); /* reserved byte */ in check_fhdr()
1646 crc = CRC32( *p++, crc ); in calc_crc32()