Searched refs:checksum (Results 1 - 25 of 507) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dutcksum.c29 * exception on bad checksum.
37 u8 checksum; local
41 * They are the odd tables, have no standard ACPI header and no checksum
48 /* Compute the checksum on the table */
51 checksum =
53 table->checksum);
55 /* Computed checksum matches table? */
57 if (checksum != table->checksum) {
59 "Incorrect checksum i
89 u8 checksum; local
131 u8 checksum; local
[all...]
/linux-master/arch/x86/include/asm/
H A Dchecksum.h3 # include <asm-generic/checksum.h>
H A Dasm-prototypes.h7 #include <asm/checksum.h>
H A Dmpspec_def.h27 unsigned char checksum; /* Checksum (makes sum 0) */ member in struct:mpf_intel
41 char checksum; member in struct:mpc_table
161 char checksum; member in struct:mpc_oemtable
/linux-master/arch/alpha/lib/
H A Dcsum_partial_copy.c16 #include <net/checksum.h>
87 unsigned long checksum = ~0U; local
94 checksum += carry;
96 checksum += word;
98 carry = checksum < word;
103 checksum += carry;
110 checksum += word;
112 carry = checksum < word;
114 checksum += carry;
116 return checksum;
132 unsigned long checksum = ~0U; local
188 unsigned long checksum = ~0U; local
245 unsigned long checksum = ~0U; local
320 unsigned long checksum; local
[all...]
/linux-master/arch/hexagon/lib/
H A DMakefile5 obj-y = checksum.o io.o memcpy.o memset.o memcpy_likely_aligned.o \
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_hgsmi.c32 /* Not really a checksum but that is the naming used in all vbox code */
37 u32 checksum; local
39 checksum = hgsmi_hash_process(0, (u8 *)&offset, sizeof(offset));
40 checksum = hgsmi_hash_process(checksum, (u8 *)header, sizeof(*header));
41 /* 4 -> Do not checksum the checksum itself */
42 checksum = hgsmi_hash_process(checksum, (u8 *)tail, 4);
44 return hgsmi_hash_end(checksum);
[all...]
/linux-master/net/ncsi/
H A Dncsi-pkt.h39 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_pkt
45 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_pkt
54 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_sp_pkt
63 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_dc_pkt
71 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_rc_pkt
81 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_ae_pkt
90 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_sl_pkt
102 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_svf_pkt
111 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_ev_pkt
121 __be32 checksum; /* Checksu member in struct:ncsi_cmd_sma_pkt
129 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_ebf_pkt
137 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_egmf_pkt
146 __be32 checksum; /* Checksum */ member in struct:ncsi_cmd_snfc_pkt
193 __be32 checksum; member in struct:ncsi_rsp_gls_pkt
210 __be32 checksum; member in struct:ncsi_rsp_gvi_pkt
228 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_gc_pkt
249 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_gp_pkt
296 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_gcps_pkt
309 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_gns_pkt
324 __be32 checksum; /* Checksum */ member in struct:ncsi_rsp_gnpts_pkt
331 __be32 checksum; member in struct:ncsi_rsp_gps_pkt
338 __be32 checksum; member in struct:ncsi_rsp_gpuuid_pkt
354 __be32 checksum; /* Checksum */ member in struct:ncsi_aen_lsc_pkt
361 __be32 checksum; /* Checksum */ member in struct:ncsi_aen_cr_pkt
369 __be32 checksum; /* Checksum */ member in struct:ncsi_aen_hncdsc_pkt
[all...]
/linux-master/arch/alpha/include/asm/
H A Dasm-prototypes.h3 #include <asm/checksum.h>
/linux-master/arch/mips/include/asm/
H A Dasm-prototypes.h2 #include <asm/checksum.h>
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c68 * wilco_ec_checksum() - Compute 8-bit checksum over data range.
69 * @data: Data to checksum.
70 * @size: Number of bytes to checksum.
72 * Return: 8-bit checksum of provided data.
77 u8 checksum = 0; local
81 checksum += data_bytes[i];
83 return checksum;
101 rq->checksum = wilco_ec_checksum(rq, sizeof(*rq));
102 rq->checksum += wilco_ec_checksum(msg->request_data, msg->request_size);
103 rq->checksum
120 u8 checksum; local
[all...]
/linux-master/block/partitions/
H A Datari.h34 u16 checksum; /* checksum for bootable disks */ member in struct:rootsector
/linux-master/arch/microblaze/include/asm/
H A Dchecksum.h11 * computes the checksum of the TCP/UDP pseudo-header
12 * returns a 16-bit checksum, already complemented
34 #include <asm-generic/checksum.h>
/linux-master/arch/parisc/lib/
H A DMakefile6 lib-y := lusercopy.o bitops.o checksum.o io.o memset.o memcpy.o \
/linux-master/arch/xtensa/include/asm/
H A Dasm-prototypes.h6 #include <asm/checksum.h>
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_hw.c74 * txgbe_calc_eeprom_checksum - Calculates and returns the checksum
76 * @checksum: pointer to cheksum
80 static int txgbe_calc_eeprom_checksum(struct wx *wx, u16 *checksum) argument
104 *checksum += local_buffer[i];
109 *checksum = TXGBE_EEPROM_SUM - *checksum;
115 * txgbe_validate_eeprom_checksum - Validate EEPROM checksum
117 * @checksum_val: calculated checksum
119 * Performs checksum calculation and validates the EEPROM checksum
125 u16 checksum; local
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_nvm.c155 * igc_validate_nvm_checksum - Validate EEPROM checksum
158 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
163 u16 checksum = 0; local
173 checksum += nvm_data;
176 if (checksum != (u16)NVM_SUM) {
187 * igc_update_nvm_checksum - Update EEPROM checksum
190 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
191 * up to the checksum. Then calculates the EEPROM checksum and writes the
196 u16 checksum local
[all...]
/linux-master/arch/hexagon/include/asm/
H A Dchecksum.h13 * computes the checksum of the TCP/UDP pseudo-header
14 * returns a 16-bit checksum, already complemented
24 #include <asm-generic/checksum.h>
/linux-master/arch/m68k/lib/
H A DMakefile14 lib-y += checksum.o
/linux-master/include/net/sctp/
H A Dchecksum.h55 __le32 old = sh->checksum;
58 sh->checksum = 0;
61 sh->checksum = old;
/linux-master/arch/arm/mach-pxa/
H A Dpm.c26 unsigned long sleep_save_checksum = 0, checksum = 0; local
38 /* before sleeping, calculate and save a checksum */
47 /* after sleeping, validate the checksum */
49 checksum += sleep_save[i];
52 if (checksum != sleep_save_checksum) {
/linux-master/drivers/nfc/s3fwrn5/
H A Dnci.c55 u32 checksum; local
63 /* Compute rfreg checksum */
65 checksum = 0;
67 checksum += *((u32 *)(fw->data+i));
107 stop_rfreg.checksum = checksum & 0xffff;
/linux-master/kernel/gcov/
H A Dclang.c62 u32 checksum; member in struct:gcov_info
71 u32 checksum; member in struct:gcov_fn_info
105 void llvm_gcda_start_file(const char *orig_filename, u32 version, u32 checksum) argument
109 current_info->checksum = checksum;
122 info->checksum = func_checksum;
248 if (info1->checksum != info2->checksum)
254 if (fn_ptr1->checksum != fn_ptr2->checksum)
[all...]
/linux-master/sound/pci/oxygen/
H A Dxonar_hdmi.c22 u8 checksum; local
30 checksum = 0xfb + 0xef + command + count;
32 checksum += params[i];
33 oxygen_write_uart(chip, checksum);
/linux-master/fs/affs/
H A Damigaffs.h56 __be32 checksum; member in struct:affs_root_head
82 __be32 checksum; member in struct:affs_head
110 __be32 checksum; member in struct:slink_front
121 __be32 checksum; member in struct:affs_data_head

Completed in 402 milliseconds

1234567891011>>