Searched refs:CRC32_POLY_LE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crc32poly.h | 10 #define CRC32_POLY_LE 0xedb88320 macro
|
/openbmc/linux/lib/ |
H A D | crc32.c | 188 return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE); 197 return crc32_le_generic(crc, p, len, crc32table_le, CRC32_POLY_LE); 274 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
|
H A D | gen_crc32table.c | 61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 77 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init() 162 if (mctx->poly == CRC32_POLY_LE) in burst_update()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-hw.c | 211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 917 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 9727 reg ^= CRC32_POLY_LE; in calc_crc()
|