Searched refs:crc32 (Results 151 - 175 of 382) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c15 #include <linux/crc32.h>
/linux-master/include/linux/
H A Detherdevice.h23 #include <linux/crc32.h>
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h332 u64 crc32 : 32; member in struct:zip_zres_s::__anon2017
336 u64 crc32 : 32;
/linux-master/fs/ubifs/
H A Drecovery.c38 #include <linux/crc32.h>
1431 crc = crc32(UBIFS_CRC32_INIT, (void *)ino + 8, len - 8);
/linux-master/drivers/md/dm-vdo/
H A Dencodings.h10 #include <linux/crc32.h>
1295 return (crc32(0L, buf, len) ^ ~0L);
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c11 #include <linux/crc32.h>
580 crc = crc32(~0, tas_priv->cali_data.data, 84) ^ ~0;
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c46 #include <linux/crc32.h>
559 u32 crc32, bit, reg; local
561 crc32 = ether_crc(ETH_ALEN, addr);
562 reg = (crc32 >> 31) & 0x1;
563 bit = (crc32 >> 26) & 0x1F;
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c17 #include <linux/crc32.h>
528 crc = crc32(~0, (u8 *) fh, sizeof(*fh));
533 crc = crc32(crc, buf + len, 4 - (len % 4));
/linux-master/drivers/mtd/ubi/
H A Dfastmap.c8 #include <linux/crc32.h>
1040 crc = crc32(UBI_CRC32_INIT, ubi->fm_buf, fm_size);
1350 fmsb->data_crc = cpu_to_be32(crc32(UBI_CRC32_INIT, fm_raw,
/linux-master/drivers/net/ethernet/amd/
H A D7990.c16 #include <linux/crc32.h>
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c43 #include <linux/crc32.h>
/linux-master/drivers/net/usb/
H A Dmcs7830.c29 #include <linux/crc32.h>
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c21 #include <linux/crc32.h>
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c475 crc = crc32(0, ubuf->data, ubuf->actual_size);
H A Dsaa7164.h37 #include <linux/crc32.h>
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.c20 #include <linux/crc32.h>
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c13 #include <linux/crc32.h>
764 match->key_crc32 = crc32(~0, &match->key, key_len);
800 match->key_crc32 = crc32(~0, &match->key, key_len);
1916 fdb->key_crc32 = crc32(~0, &fdb->key, sizeof(fdb->key));
/linux-master/lib/pldmfw/
H A Dpldmfw.c5 #include <linux/crc32.h>
/linux-master/drivers/thunderbolt/
H A Deeprom.c9 #include <linux/crc32.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c6 #include <linux/crc32.h>
/linux-master/drivers/usb/gadget/function/
H A Df_eem.c14 #include <linux/crc32.h>
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h662 u32 crc32:1; member in struct:rx_desc
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h493 u32 crc32:1; member in struct:rx_desc_92d
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h726 u32 crc32:1; member in struct:rx_desc_88e
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h458 u32 crc32:1; member in struct:rx_desc_8723e

Completed in 253 milliseconds

1234567891011>>