Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | sbni.c | 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() [all …]
|
D | sbni.h | 129 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF)) macro
|
/linux-2.4.37.9/lib/ |
D | Config.in | 7 tristate 'CRC32 functions' CONFIG_CRC32
|
/linux-2.4.37.9/drivers/net/ |
D | amd8111e.h | 656 #define CRC32 0xedb88320 macro
|
D | amd8111e.c | 1335 crc ^= CRC32; in amd8111e_ether_crc()
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xds.txt | 992 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/ |
D | Configure.help | 28893 CRC32 functions 28896 modules require CRC32 functions, but a module built outside the 28897 kernel tree does. Such modules that use library CRC32 functions
|