Searched refs:CRC32 (Results 1 – 25 of 119) sorted by relevance
12345
/Linux-v5.4/drivers/net/ethernet/8390/ |
D | Kconfig | 35 select CRC32 65 select CRC32 75 select CRC32 83 select CRC32 91 select CRC32 105 select CRC32 120 select CRC32 138 select CRC32 149 select CRC32 160 select CRC32 [all …]
|
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | Kconfig | 26 select CRC32 37 select CRC32 59 select CRC32 81 select CRC32 97 select CRC32 106 select CRC32 115 select CRC32 123 select CRC32 165 select CRC32 180 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/sun/ |
D | Kconfig | 23 select CRC32 36 select CRC32 47 select CRC32 59 select CRC32 68 select CRC32 102 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/atheros/ |
D | Kconfig | 31 select CRC32 42 select CRC32 54 select CRC32 65 select CRC32 76 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/smsc/ |
D | Kconfig | 25 select CRC32 38 select CRC32 57 select CRC32 69 select CRC32 79 select CRC32 94 select CRC32 115 select CRC32
|
/Linux-v5.4/lib/xz/ |
D | Kconfig | 4 select CRC32 8 CRC32 is supported. See Documentation/xz.txt for more information. 54 a character special file. It calculates CRC32 of the decompressed
|
/Linux-v5.4/arch/mips/crypto/ |
D | crc32-mips.c | 64 #define CRC32(crc, value, size) \ macro 78 CRC32(crc, value, d); 89 CRC32(crc, value, w); 97 CRC32(crc, value, h); 104 CRC32(crc, value, b);
|
/Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 17 select CRC32 45 select CRC32 111 select CRC32 125 select CRC32 136 select CRC32 149 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/apple/ |
D | Kconfig | 23 select CRC32 46 select CRC32 57 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/renesas/ |
D | Kconfig | 22 select CRC32 35 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/realtek/ |
D | Kconfig | 23 select CRC32 37 select CRC32 49 select CRC32 102 select CRC32
|
/Linux-v5.4/lib/ |
D | Kconfig | 132 config CRC32 config 133 tristate "CRC32/CRC32c functions" 138 modules require CRC32/CRC32c functions, but a module built outside 139 the kernel tree does. Such modules that use library CRC32/CRC32c 143 tristate "CRC32 perform self test on init" 144 depends on CRC32 146 This option enables the CRC32 library functions to perform a 152 prompt "CRC32 implementation" 153 depends on CRC32 157 of CRC32 algorithm. Choose the default ("slice by 8") unless you [all …]
|
/Linux-v5.4/drivers/net/ethernet/micrel/ |
D | Kconfig | 32 select CRC32 49 select CRC32
|
/Linux-v5.4/drivers/net/wan/ |
D | sbni.c | 694 *crc_p = CRC32( 0, *crc_p ); in download_data() 920 crc = CRC32( value, crc ); in send_frame_header() 923 crc = CRC32( value, crc ); in send_frame_header() 926 crc = CRC32( nl->tx_frameno, crc ); in send_frame_header() 928 crc = CRC32( 0, crc ); in send_frame_header() 942 crc = CRC32( inb( ioaddr + DAT ), crc ); in skip_tail() 965 crc = CRC32( value, crc ); in check_fhdr() 968 crc = CRC32( value, crc ); in check_fhdr() 979 crc = CRC32( value, crc ); in check_fhdr() 981 crc = CRC32( inb( ioaddr + DAT ), crc ); /* reserved byte */ in check_fhdr() [all …]
|
/Linux-v5.4/drivers/net/ethernet/dlink/ |
D | Kconfig | 23 select CRC32 38 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/sis/ |
D | Kconfig | 23 select CRC32 39 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/via/ |
D | Kconfig | 23 select CRC32 48 select CRC32
|
/Linux-v5.4/drivers/net/wireless/atmel/ |
D | Kconfig | 21 select CRC32 45 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/calxeda/ |
D | Kconfig | 6 select CRC32
|
/Linux-v5.4/drivers/net/ethernet/aeroflex/ |
D | Kconfig | 10 select CRC32
|
/Linux-v5.4/drivers/pci/endpoint/functions/ |
D | Kconfig | 9 select CRC32
|
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | Kconfig | 7 select CRC32
|
/Linux-v5.4/Documentation/ |
D | xz.txt | 15 the LZMA2 filter and optionally also BCJ filters. CRC32 is supported 60 CRC32, make sure that you don't use some other integrity check type 66 Using CRC32 is strongly recommended unless there is some other layer 69 Note that the headers will always have a CRC32 which will be validated
|
/Linux-v5.4/drivers/net/ethernet/cortina/ |
D | Kconfig | 19 select CRC32
|
/Linux-v5.4/drivers/thunderbolt/ |
D | Kconfig | 7 select CRC32
|
12345