Home
last modified time | relevance | path

Searched refs:cpu_to_be32_array (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/byteorder/
H A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() function
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c49 cpu_to_be32_array(dst, src, dwords); in format_dwdata()
H A Dctl.c369 cpu_to_be32_array(pkg->buffer, data, len / 4); in tb_ctl_tx()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dturris-mox-rwtm.c416 cpu_to_be32_array(rwtm->last_sig, rwtm->last_sig, 34); in do_sign_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c577 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()
H A Dqed_main.c2303 cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf, in qed_nvm_flash_image_access_crc()
H A Dqed_debug.c7689 cpu_to_be32_array((__force __be32 *)buffer, in qed_dbg_nvm_image()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6126 cpu_to_be32_array(spec->ip6src, in hclge_fd_get_tcpip6_info()
6128 cpu_to_be32_array(spec->ip6dst, in hclge_fd_get_tcpip6_info()
6133 cpu_to_be32_array(spec_mask->ip6src, rule->tuples_mask.src_ip, in hclge_fd_get_tcpip6_info()
6139 cpu_to_be32_array(spec_mask->ip6dst, rule->tuples_mask.dst_ip, in hclge_fd_get_tcpip6_info()
6155 cpu_to_be32_array(spec->ip6src, rule->tuples.src_ip, IPV6_SIZE); in hclge_fd_get_ip6_info()
6156 cpu_to_be32_array(spec->ip6dst, rule->tuples.dst_ip, IPV6_SIZE); in hclge_fd_get_ip6_info()
6160 cpu_to_be32_array(spec_mask->ip6src, in hclge_fd_get_ip6_info()
6166 cpu_to_be32_array(spec_mask->ip6dst, in hclge_fd_get_ip6_info()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c693 cpu_to_be32_array(buf, buf, len / 4); in swap_data32()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_init.c5121 cpu_to_be32_array(q, bp, sz / 4); in qla_get_login_template()