Searched refs:be32_to_cpu_array (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dtrace.h141 be32_to_cpu_array(__get_dynamic_array(inputs), rtas_args->args, __entry->nargs);
166 be32_to_cpu_array(__get_dynamic_array(other_outputs),
193 be32_to_cpu_array(__entry->params, rtas_args->args, ARRAY_SIZE(rtas_args->args));
/linux-master/include/linux/byteorder/
H A Dgeneric.h199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) function
/linux-master/drivers/thunderbolt/
H A Dproperty.c44 be32_to_cpu_array(dst, src, dwords);
H A Dctl.c456 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4);
/linux-master/drivers/iio/chemical/
H A Dscd30_core.c123 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas));
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c318 be32_to_cpu_array(comp_wait->comp_data, cqe + 2, 4);
/linux-master/drivers/firmware/
H A Dturris-mox-rwtm.c391 be32_to_cpu_array(rwtm->buf, rwtm->buf, 17);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c852 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS);
853 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS);
866 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS);
867 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS);
H A Drvu_npc_hash.c319 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS);
336 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1090 be32_to_cpu_array(p_ets->tc_bw_tbl, bw_map, 2);
1091 be32_to_cpu_array(p_ets->tc_tsa_tbl, tsa_map, 2);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6227 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.tcp_ip6_spec.ip6src,
6229 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.tcp_ip6_spec.ip6src,
6232 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.tcp_ip6_spec.ip6dst,
6234 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.tcp_ip6_spec.ip6dst,
6256 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.usr_ip6_spec.ip6src,
6258 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.usr_ip6_spec.ip6src,
6261 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.usr_ip6_spec.ip6dst,
6263 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.usr_ip6_spec.ip6dst,
7207 be32_to_cpu_array(rule->tuples.src_ip, match.key->src.s6_addr32,
7209 be32_to_cpu_array(rul
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_isr.c326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2);

Completed in 474 milliseconds