Lines Matching refs:CRC32
569 *crc_p = CRC32(0, *crc_p); in download_data()
775 crc = CRC32(value, crc); in send_frame_header()
778 crc = CRC32(value, crc); in send_frame_header()
781 crc = CRC32(sc->tx_frameno, crc); in send_frame_header()
783 crc = CRC32(0, crc); in send_frame_header()
796 crc = CRC32(sbni_inb(sc, DAT), crc); in skip_tail()
814 crc = CRC32(value, crc); in check_fhdr()
817 crc = CRC32(value, crc); in check_fhdr()
827 crc = CRC32(value, crc); in check_fhdr()
829 crc = CRC32(sbni_inb(sc, DAT), crc); /* reserved byte */ in check_fhdr()
1176 crc = CRC32(*p++, crc); in calc_crc32()