Searched refs:be32_to_cpu_array (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/byteorder/ |
H A D | generic.h | 199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array() function
|
/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 335 be32_to_cpu_array(rwtm->buf, rwtm->buf, MOX_ECC_NUM_WORDS); in mox_rwtm_sign()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 852 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS); in npc_update_ipv6_flow() 853 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_ipv6_flow() 866 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow() 867 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
|
H A D | rvu_npc_hash.c | 319 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_field_hash() 336 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_field_hash()
|
/linux/drivers/misc/mei/ |
H A D | vsc-tp.c | 343 be32_to_cpu_array(ibuf, (__be32 *)tp->rx_buf, words); in vsc_tp_rom_xfer()
|
/linux/drivers/thunderbolt/ |
H A D | property.c | 44 be32_to_cpu_array(dst, src, dwords); in parse_dwdata()
|
H A D | ctl.c | 464 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
|
/linux/drivers/iio/chemical/ |
H A D | scd30_core.c | 124 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas)); in scd30_read_meas()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1090 be32_to_cpu_array(p_ets->tc_bw_tbl, bw_map, 2); in qed_dcbx_set_ets_data() 1091 be32_to_cpu_array(p_ets->tc_tsa_tbl, tsa_map, 2); in qed_dcbx_set_ets_data()
|
/linux/include/net/ |
H A D | ipv6.h | 1373 be32_to_cpu_array(dst, src, IPV6_ADDR_WORDS); in ipv6_addr_be32_to_cpu()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2); in __qla_copy_purex_to_buffer()
|