Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dsbni.c667 *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()
[all …]
Dsbni.h129 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF)) macro
/linux-2.4.37.9/lib/
DConfig.in7 tristate 'CRC32 functions' CONFIG_CRC32
/linux-2.4.37.9/drivers/net/
Damd8111e.h656 #define CRC32 0xedb88320 macro
Damd8111e.c1335 crc ^= CRC32; in amd8111e_ether_crc()
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xds.txt992 crc32.c contains logic to append a CRC32 to a pseudo MAC frame that is
1033 that relate to generating a correct CRC32.
/linux-2.4.37.9/Documentation/
DConfigure.help28893 CRC32 functions
28896 modules require CRC32 functions, but a module built outside the
28897 kernel tree does. Such modules that use library CRC32 functions