Searched refs:cpu_to_be32_array (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/include/linux/byteorder/ |
D | generic.h | 191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() function
|
/Linux-v6.1/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 231 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()
|
/Linux-v6.1/drivers/firmware/ |
D | turris-mox-rwtm.c | 416 cpu_to_be32_array(rwtm->last_sig, rwtm->last_sig, 34); in do_sign_write()
|
/Linux-v6.1/drivers/thunderbolt/ |
D | property.c | 49 cpu_to_be32_array(dst, src, dwords); in format_dwdata()
|
D | ctl.c | 380 cpu_to_be32_array(pkg->buffer, data, len / 4); in tb_ctl_tx()
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 577 cpu_to_be32_array(bw_map, p_ets->tc_bw_tbl, 2); in qed_dcbx_get_ets_data() 578 cpu_to_be32_array(tsa_map, p_ets->tc_tsa_tbl, 2); in qed_dcbx_get_ets_data()
|
D | qed_main.c | 2284 cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf, in qed_nvm_flash_image_access_crc()
|
D | qed_debug.c | 8164 cpu_to_be32_array((__force __be32 *)buffer, in qed_dbg_nvm_image()
|
/Linux-v6.1/drivers/iio/temperature/ |
D | ltc2983.c | 449 cpu_to_be32_array(new_custom->table, new_custom->table, n_entries); in __ltc2983_custom_sensor_new()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 6758 cpu_to_be32_array(spec->ip6src, in hclge_fd_get_tcpip6_info() 6760 cpu_to_be32_array(spec->ip6dst, in hclge_fd_get_tcpip6_info() 6765 cpu_to_be32_array(spec_mask->ip6src, rule->tuples_mask.src_ip, in hclge_fd_get_tcpip6_info() 6771 cpu_to_be32_array(spec_mask->ip6dst, rule->tuples_mask.dst_ip, in hclge_fd_get_tcpip6_info() 6791 cpu_to_be32_array(spec->ip6src, rule->tuples.src_ip, IPV6_SIZE); in hclge_fd_get_ip6_info() 6792 cpu_to_be32_array(spec->ip6dst, rule->tuples.dst_ip, IPV6_SIZE); in hclge_fd_get_ip6_info() 6796 cpu_to_be32_array(spec_mask->ip6src, in hclge_fd_get_ip6_info() 6802 cpu_to_be32_array(spec_mask->ip6dst, in hclge_fd_get_ip6_info()
|
/Linux-v6.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 694 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
|
/Linux-v6.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 750 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
|
/Linux-v6.1/drivers/crypto/ |
D | sa2ul.c | 431 cpu_to_be32_array(out, result, digest_size / 4); in sa_export_shash()
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_init.c | 5352 cpu_to_be32_array(q, bp, sz / 4); in qla_get_login_template()
|