Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
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-6.6.21/include/linux/byteorder/
Dgeneric.h199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array() function
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c821 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
822 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
835 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
836 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
Drvu_npc_hash.c319 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-6.6.21/drivers/infiniband/hw/erdma/
Derdma_cmdq.c318 be32_to_cpu_array(comp_wait->comp_data, cqe + 2, 4); in erdma_poll_single_cmd_completion()
/linux-6.6.21/drivers/firmware/
Dturris-mox-rwtm.c391 be32_to_cpu_array(rwtm->buf, rwtm->buf, 17); in do_sign_write()
/linux-6.6.21/drivers/thunderbolt/
Dproperty.c44 be32_to_cpu_array(dst, src, dwords); in parse_dwdata()
Dctl.c447 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
/linux-6.6.21/drivers/iio/chemical/
Dscd30_core.c123 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas)); in scd30_read_meas()
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c6212 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.tcp_ip6_spec.ip6src, in hclge_fd_get_tcpip6_tuple()
6214 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.tcp_ip6_spec.ip6src, in hclge_fd_get_tcpip6_tuple()
6217 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.tcp_ip6_spec.ip6dst, in hclge_fd_get_tcpip6_tuple()
6219 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.tcp_ip6_spec.ip6dst, in hclge_fd_get_tcpip6_tuple()
6241 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.usr_ip6_spec.ip6src, in hclge_fd_get_ip6_tuple()
6243 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.usr_ip6_spec.ip6src, in hclge_fd_get_ip6_tuple()
6246 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.usr_ip6_spec.ip6dst, in hclge_fd_get_ip6_tuple()
6248 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.usr_ip6_spec.ip6dst, in hclge_fd_get_ip6_tuple()
7192 be32_to_cpu_array(rule->tuples.src_ip, match.key->src.s6_addr32, in hclge_get_cls_key_ip()
7194 be32_to_cpu_array(rule->tuples_mask.src_ip, in hclge_get_cls_key_ip()
[all …]
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c1090 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-6.6.21/drivers/scsi/qla2xxx/
Dqla_isr.c326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2); in __qla_copy_purex_to_buffer()