Symbol: be32_to_cpu_array
arch/powerpc/include/asm/trace.h
141
be32_to_cpu_array(__get_dynamic_array(inputs), rtas_args->args, __entry->nargs);
arch/powerpc/include/asm/trace.h
166
be32_to_cpu_array(__get_dynamic_array(other_outputs),
arch/powerpc/include/asm/trace.h
193
be32_to_cpu_array(__entry->params, rtas_args->args, ARRAY_SIZE(rtas_args->args));
drivers/firmware/turris-mox-rwtm.c
335
be32_to_cpu_array(rwtm->buf, rwtm->buf, MOX_ECC_NUM_WORDS);
drivers/iio/chemical/scd30_core.c
124
be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas));
drivers/infiniband/hw/erdma/erdma_cmdq.c
310
be32_to_cpu_array(comp_wait->comp_data, cqe + 2, 4);
drivers/misc/mei/vsc-tp.c
346
be32_to_cpu_array(ibuf, (__be32 *)tp->rx_buf, words);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
852
be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
853
be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
866
be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
867
be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
319
be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
336
be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS);
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
1090
be32_to_cpu_array(p_ets->tc_bw_tbl, bw_map, 2);
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
1091
be32_to_cpu_array(p_ets->tc_tsa_tbl, tsa_map, 2);
drivers/scsi/qla2xxx/qla_isr.c
326
be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2);
drivers/thunderbolt/ctl.c
466
be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4);
drivers/thunderbolt/property.c
44
be32_to_cpu_array(dst, src, dwords);
include/net/ipv6.h
1309
be32_to_cpu_array(dst, src, IPV6_ADDR_WORDS);