Home
last modified time | relevance | path

Searched refs:crc32_be (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dcrc32.h22 crc = crc32_be(crc, &c, 1); in crc32_posix_end()
31 return crc32_posix_end(crc32_be(0, buff, len), len); in crc32_posix()
/linux-6.15/fs/qnx6/
H A Dsuper_mmi.c62 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_mmi_fill_super()
98 != crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_mmi_fill_super()
H A Dinode.c348 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_fill_super()
389 crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_fill_super()
/linux-6.15/net/mac80211/
H A Dparse.c195 *crc = crc32_be(*crc, (void *)elem, elem->datalen + 2); in ieee80211_parse_extension_element()
355 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
412 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
474 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
486 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
664 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
H A Dmlme.c7322 ncrc = crc32_be(0, (void *)&mgmt->u.beacon.beacon_int, 4); in ieee80211_rx_mgmt_beacon()
/linux-6.15/include/linux/
H A Dcrc32.h25 static inline u32 crc32_be(u32 crc, const void *p, size_t len) in crc32_be() function
/linux-6.15/net/bluetooth/bnep/
H A Dbnep.h170 return crc32_be(~0, addr, ETH_ALEN) >> 26; in bnep_mc_hash()
/linux-6.15/drivers/of/
H A Dfdt.c1049 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_scan_chosen()
1148 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_verify()
1225 of_fdt_crc32 = crc32_be(~0, fdt, fdt_totalsize(fdt)); in unflatten_device_tree()
1265 if (of_fdt_crc32 != crc32_be(~0, initial_boot_params, in of_fdt_raw_init()
/linux-6.15/drivers/platform/cznic/
H A Dturris-omnia-mcu-sys-off-wakeup.c132 put_unaligned_le32(crc32_be(~0, (void *)&tmp, sizeof(tmp)), &cmd[5]); in omnia_power_off()
/linux-6.15/drivers/media/i2c/
H A Dsaa6752hs.c465 crc = crc32_be(~0, &localPAT[7], sizeof(PAT) - 7 - 4); in saa6752hs_init()
487 crc = crc32_be(~0, &localPMT[7], size - 7 - 4); in saa6752hs_init()
/linux-6.15/drivers/usb/atm/
H A Dusbatm.c359 if (crc32_be(~0, skb_tail_pointer(sarb) - pdu_length, pdu_length) != 0xc704dd7b) { in usbatm_extract_one_cell()
492 ctrl->crc = ~crc32_be(ctrl->crc, ptr, left - 4); in usbatm_write_cells()
503 ctrl->crc = crc32_be(ctrl->crc, ptr, left); in usbatm_write_cells()
677 ctrl->crc = crc32_be(~0, skb->data, skb->len); in usbatm_atm_send()
H A Dueagle-atm.c622 if (crc32_be(0, pfw, size) != crc) in uea_upload_pre_firmware()
1660 if (crc32_be(0, data, size) != crc) in request_cmvs()
/linux-6.15/fs/jbd2/
H A Drecovery.c412 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size); in calc_chksums()
423 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums()
H A Dcommit.c306 checksum = crc32_be(crc32_sum, addr, bh->b_size); in jbd2_checksum_data()
/linux-6.15/lib/842/
H A D842_decompress.c385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
H A D842_compress.c584 crc = crc32_be(0, in, ilen); in sw842_compress()
/linux-6.15/drivers/input/touchscreen/
H A Dchipone_icn8505.c264 crc = crc32_be(0, fw->data, fw->size); in icn8505_try_fw_upload()
/linux-6.15/lib/tests/
H A Dcrc_kunit.c367 return crc32_be(crc, p, len); in crc32_be_wrapper()
/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c760 nxp_cmd5.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd5, in nxp_fw_change_baudrate()
779 uart_config.crc = __cpu_to_be32(crc32_be(0UL, (char *)&uart_config, in nxp_fw_change_baudrate()
802 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_demux.c90 return (f->feed.sec.crc_val = crc32_be(f->feed.sec.crc_val, src, len)); in dvb_dmx_crc32()
H A Ddvb_net.c64 c = crc32_be( c, iov[j].iov_base, iov[j].iov_len ); in iov_crc32()
/linux-6.15/drivers/media/firewire/
H A Dfiredtv-avc.c1214 crc32_csum = crc32_be(0, &c->operand[10], c->operand[12] - 1); in avc_ca_pmt()