Lines Matching refs:CRC32
667 *crc_p = CRC32( 0, *crc_p ); in download_data()
896 crc = CRC32( value, crc ); in send_frame_header()
899 crc = CRC32( value, crc ); in send_frame_header()
902 crc = CRC32( nl->tx_frameno, crc ); in send_frame_header()
904 crc = CRC32( 0, crc ); in send_frame_header()
918 crc = CRC32( inb( ioaddr + DAT ), crc ); in skip_tail()
941 crc = CRC32( value, crc ); in check_fhdr()
944 crc = CRC32( value, crc ); in check_fhdr()
955 crc = CRC32( value, crc ); in check_fhdr()
957 crc = CRC32( inb( ioaddr + DAT ), crc ); /* reserved byte */ in check_fhdr()
1636 crc = CRC32( *p++, crc ); in calc_crc32()